File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
examples/sdk/helm-template Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3232 steps :
3333 - uses : actions/setup-go@v5
3434 with :
35- go-version : " 1.21 "
35+ go-version : " 1.22 "
3636
3737 - name : setup env
3838 run : |
4949 steps :
5050 - uses : actions/setup-go@v5
5151 with :
52- go-version : " 1.21 "
52+ go-version : " 1.22 "
5353
5454 - name : setup env
5555 run : |
7070 steps :
7171 - uses : actions/setup-go@v5
7272 with :
73- go-version : " 1.21 "
73+ go-version : " 1.22 "
7474 - name : setup env
7575 run : |
7676 echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
8686 steps :
8787 - uses : actions/setup-go@v5
8888 with :
89- go-version : " 1.21 "
89+ go-version : " 1.22 "
9090 - name : setup env
9191 run : |
9292 echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
@@ -175,7 +175,7 @@ jobs:
175175 steps :
176176 - uses : actions/setup-go@v5
177177 with :
178- go-version : " 1.21 "
178+ go-version : " 1.22 "
179179 - name : setup env
180180 run : |
181181 echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
@@ -230,7 +230,7 @@ jobs:
230230 steps :
231231 - uses : actions/setup-go@v5
232232 with :
233- go-version : " 1.21 "
233+ go-version : " 1.22 "
234234 - name : setup env
235235 run : |
236236 echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
@@ -250,7 +250,7 @@ jobs:
250250 steps :
251251 - uses : actions/setup-go@v5
252252 with :
253- go-version : " 1.21 "
253+ go-version : " 1.22 "
254254 - name : setup env
255255 run : |
256256 echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
@@ -283,7 +283,7 @@ jobs:
283283
284284 - uses : actions/setup-go@v5
285285 with :
286- go-version : " 1.21 "
286+ go-version : " 1.22 "
287287
288288 - name : Run GoReleaser
289289 uses : goreleaser/goreleaser-action@v5
@@ -314,7 +314,7 @@ jobs:
314314
315315 - uses : actions/setup-go@v5
316316 with :
317- go-version : " 1.21 "
317+ go-version : " 1.22 "
318318
319319 - uses : sigstore/cosign-installer@v3
320320 with :
Original file line number Diff line number Diff line change 11module helm-template
22
3- go 1.22.0
3+ go 1.22.3
44
55// Always use the local version of troubleshoot so as to build using
66// the latest version of the library. This will ensure the example
Original file line number Diff line number Diff line change 11module github.com/replicatedhq/troubleshoot
22
3- go 1.22.0
3+ go 1.22.3
44
55require (
66 github.com/ahmetalpbalkan/go-cursor v0.0.0-20131010032410-8136607ea412
You can’t perform that action at this time.
0 commit comments