Skip to content

Commit 54f466a

Browse files
authored
update Go to 1.24.4 (#1803)
1 parent fa65bea commit 54f466a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 7 additions & 7 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.23"
35+
go-version: "1.24"
3636

3737
- name: setup env
3838
run: |
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/setup-go@v5
5555
with:
56-
go-version: "1.23"
56+
go-version: "1.24"
5757
- name: setup env
5858
run: |
5959
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
- uses: actions/setup-go@v5
7474
with:
75-
go-version: "1.23"
75+
go-version: "1.24"
7676
- name: setup env
7777
run: |
7878
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
@@ -113,7 +113,7 @@ jobs:
113113
steps:
114114
- uses: actions/setup-go@v5
115115
with:
116-
go-version: "1.23"
116+
go-version: "1.24"
117117
- name: setup env
118118
run: |
119119
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
@@ -168,7 +168,7 @@ jobs:
168168
steps:
169169
- uses: actions/setup-go@v5
170170
with:
171-
go-version: "1.23"
171+
go-version: "1.24"
172172
- name: setup env
173173
run: |
174174
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
@@ -201,7 +201,7 @@ jobs:
201201

202202
- uses: actions/setup-go@v5
203203
with:
204-
go-version: "1.23"
204+
go-version: "1.24"
205205

206206
- name: Run GoReleaser
207207
uses: goreleaser/goreleaser-action@v6
@@ -231,7 +231,7 @@ jobs:
231231

232232
- uses: actions/setup-go@v5
233233
with:
234-
go-version: "1.23"
234+
go-version: "1.24"
235235

236236
- uses: sigstore/[email protected]
237237

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.24.2
3+
go 1.24.4
44

55
require (
66
github.com/Masterminds/sprig/v3 v3.3.0

0 commit comments

Comments
 (0)