File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
2
2
jobs :
3
3
build :
4
4
docker :
5
- - image : circleci/golang:1.13
5
+ - image : circleci/golang:1.13.3
6
6
working_directory : /go/src/github.com/databus23/helm-diff
7
7
steps :
8
8
- checkout
20
20
mkdir -p helmhome
21
21
make install HELM_HOME=helmhome
22
22
helmhome/plugins/helm-diff/bin/diff version
23
-
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ docker-run-release: export pkg=/go/src/github.com/databus23/helm-diff
49
49
docker-run-release :
50
50
git checkout master
51
51
git push
52
- docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd) :$(pkg ) -w $(pkg ) golang:1.12.5 make bootstrap release
52
+ docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd) :$(pkg ) -w $(pkg ) golang:1.13.3 make bootstrap release
53
53
54
54
.PHONY : dist
55
55
dist : export COPYFILE_DISABLE=1 # teach OSX tar to not put ._* files in tar archive
69
69
tar -C build/ -zcvf $(CURDIR ) /release/helm-diff-windows.tgz diff/
70
70
71
71
.PHONY : release
72
- release : lint dist
72
+ release : lint dist
73
73
ifndef GITHUB_TOKEN
74
74
$(error GITHUB_TOKEN is undefined)
75
75
endif
You can’t perform that action at this time.
0 commit comments