Skip to content

Commit eb327f9

Browse files
authored
Bump golang version in CI to fix govulncheck (#613)
https://pkg.go.dev/vuln/GO-2025-3750 was announced earlier today https://groups.google.com/g/golang-announce/c/ufZ8WpEsA3A fix is in go 1.24.4 and 1.23.10
1 parent 9c8f30c commit eb327f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/checks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-go@v5
2323
with:
24-
go-version: "1.23.8"
24+
go-version: "1.23.10"
2525
cache: false
2626
- name: Cache Go
2727
id: go-cache
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454
- uses: actions/setup-go@v5
5555
with:
56-
go-version: "1.23.8"
56+
go-version: "1.23.10"
5757
cache: false
5858
- name: Cache Go
5959
id: go-cache
@@ -107,7 +107,7 @@ jobs:
107107
- name: Setup Go
108108
uses: actions/setup-go@v5
109109
with:
110-
go-version: "1.23.8"
110+
go-version: "1.23.10"
111111
cache: false
112112
- name: Cache Go
113113
id: go-cache
@@ -130,7 +130,7 @@ jobs:
130130
- uses: actions/checkout@v4
131131
- uses: actions/setup-go@v5
132132
with:
133-
go-version: "1.23.8"
133+
go-version: "1.23.10"
134134
cache: false
135135
- name: Cache Go
136136
id: go-cache
@@ -242,7 +242,7 @@ jobs:
242242
- uses: actions/checkout@v4
243243
- uses: actions/setup-go@v5
244244
with:
245-
go-version: "1.23.8"
245+
go-version: "1.23.10"
246246
cache: false
247247
- name: Cache Go
248248
id: go-cache

0 commit comments

Comments
 (0)