We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99cc06 commit 303ef45Copy full SHA for 303ef45
Makefile
@@ -53,7 +53,7 @@ docker-run-release: export pkg=/go/src/github.com/databus23/helm-diff
53
docker-run-release:
54
git checkout master
55
git push
56
- docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd):$(pkg) -w $(pkg) golang:1.7.5 make bootstrap release
+ docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd):$(pkg) -w $(pkg) golang:1.17.5 make bootstrap release
57
58
.PHONY: dist
59
dist: export COPYFILE_DISABLE=1 #teach OSX tar to not put ._* files in tar archive
0 commit comments