Skip to content

Commit 905c977

Browse files
authored
update Go to 1.22.3 (#1560)
1 parent ce15527 commit 905c977

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/build-test-deploy.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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: |
@@ -49,7 +49,7 @@ jobs:
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: |
@@ -70,7 +70,7 @@ jobs:
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
@@ -86,7 +86,7 @@ jobs:
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:

examples/sdk/helm-template/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module 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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/replicatedhq/troubleshoot
22

3-
go 1.22.0
3+
go 1.22.3
44

55
require (
66
github.com/ahmetalpbalkan/go-cursor v0.0.0-20131010032410-8136607ea412

0 commit comments

Comments
 (0)