Skip to content

Commit eb28cf8

Browse files
committed
bump go version for CI
1 parent 9464283 commit eb28cf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Go
2828
uses: actions/setup-go@v5
2929
with:
30-
go-version: '1.22.x'
30+
go-version: '1.25.x'
3131
check-latest: true
3232
id: go
3333

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Build
1919
strategy:
2020
matrix:
21-
goVer: ["1.19.x", "1.22.x"]
21+
goVer: ["1.19.x", "1.25.x"]
2222
platform: [ubuntu-latest]
2323
runs-on: ${{ matrix.platform }}
2424

0 commit comments

Comments
 (0)