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 c8d9389 commit 3c560dcCopy full SHA for 3c560dc
Makefile
@@ -51,7 +51,7 @@ docker-run-release: export pkg=/go/src/github.com/databus23/helm-diff
51
docker-run-release:
52
git checkout master
53
git push
54
- docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd):$(pkg) -w $(pkg) golang:1.18.1 make bootstrap release
+ docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd):$(pkg) -w $(pkg) golang:1.19.8 make bootstrap release
55
56
.PHONY: dist
57
dist: export COPYFILE_DISABLE=1 #teach OSX tar to not put ._* files in tar archive
0 commit comments