Skip to content

Commit 7486472

Browse files
authored
Start using golang 1.17.5 to build release (#334)
1 parent b189cd8 commit 7486472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ lint:
3737
.PHONY: build
3838
build: lint
3939
mkdir -p bin/
40-
go build -i -v -o bin/diff -ldflags="$(LDFLAGS)"
40+
go build -v -o bin/diff -ldflags="$(LDFLAGS)"
4141

4242
.PHONY: test
4343
test:
@@ -53,7 +53,7 @@ docker-run-release: export pkg=/go/src/github.com/databus23/helm-diff
5353
docker-run-release:
5454
git checkout master
5555
git push
56-
docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd):$(pkg) -w $(pkg) golang:1.13.3 make bootstrap release
56+
docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd):$(pkg) -w $(pkg) golang:1.7.5 make bootstrap release
5757

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

0 commit comments

Comments
 (0)