File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ curl -L $TARBALL_URL | tar -C $(helm home)/plugins -xzv
36
36
37
37
#### Prerequisites
38
38
39
- + GoLang 1.21 +
39
+ + GoLang 1.22 +
40
40
41
41
Make sure you do not have a version of ` helm-kcl ` installed. You can remove it by running the command.
42
42
@@ -143,7 +143,7 @@ spec:
143
143
144
144
### Prerequisites
145
145
146
- + GoLang 1.21 +
146
+ + GoLang 1.22 +
147
147
148
148
` ` ` shell
149
149
git clone https://github.com/kcl-lang/helm-kcl.git
Original file line number Diff line number Diff line change @@ -51,15 +51,14 @@ test:
51
51
52
52
.PHONY : bootstrap
53
53
bootstrap :
54
- go mod download
55
- command -v golint || GO111MODULE=off go get -u golang.org/x/lint/golint
54
+ go mod tidy
56
55
57
56
.PHONY : docker-run-release
58
57
docker-run-release : export pkg=/go/src/github.com/kcl-lang/helm-kcl
59
58
docker-run-release :
60
59
git checkout main
61
60
git push
62
- docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd) :$(pkg ) -w $(pkg ) golang:1.21 make bootstrap release
61
+ docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd) :$(pkg ) -w $(pkg ) golang:1.22 make bootstrap release
63
62
64
63
.PHONY : dist
65
64
dist : export COPYFILE_DISABLE=1 # teach OSX tar to not put ._* files in tar archive
You can’t perform that action at this time.
0 commit comments