Skip to content

Commit 7edc4ba

Browse files
committed
build(go): upgrade to Go 1.25.8 (#175)
Upgrade Go version from 1.25.7 to 1.25.8 to fix audit vulnerabilities GO-2026-4602, GO-2026-4601.
1 parent e2adc55 commit 7edc4ba

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: "1.25.7"
21+
go-version: "1.25.8"
2222

2323
- name: Check shell completions are up-to-date
2424
run: ./run-tests.sh --shell-completions
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Go
3333
uses: actions/setup-go@v5
3434
with:
35-
go-version: "1.25.7"
35+
go-version: "1.25.8"
3636

3737
- name: Check Go code formatting
3838
run: ./run-tests.sh --format-go
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup Go
7272
uses: actions/setup-go@v5
7373
with:
74-
go-version: "1.25.7"
74+
go-version: "1.25.8"
7575

7676
- name: Run Go test suite
7777
run: ./run-tests.sh --go-tests
@@ -116,7 +116,7 @@ jobs:
116116
- name: Setup Go
117117
uses: actions/setup-go@v5
118118
with:
119-
go-version: "1.25.7"
119+
go-version: "1.25.8"
120120

121121
- name: Run Go audit checks
122122
run: ./run-tests.sh --lint-goaudit

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
go = "1.25.7"
2+
go = "1.25.8"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module reanahub/reana-client-go
22

3-
go 1.25.7
3+
go 1.25.8
44

55
require (
66
github.com/go-gota/gota v0.12.0

0 commit comments

Comments
 (0)