Skip to content

Commit 3c560dc

Browse files
committed
Use Go 1.19.8 for release
1 parent c8d9389 commit 3c560dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ docker-run-release: export pkg=/go/src/github.com/databus23/helm-diff
5151
docker-run-release:
5252
git checkout master
5353
git push
54-
docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd):$(pkg) -w $(pkg) golang:1.18.1 make bootstrap release
54+
docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd):$(pkg) -w $(pkg) golang:1.19.8 make bootstrap release
5555

5656
.PHONY: dist
5757
dist: export COPYFILE_DISABLE=1 #teach OSX tar to not put ._* files in tar archive

0 commit comments

Comments
 (0)