Skip to content

Commit 6c1131f

Browse files
authored
ci: update go-version
1 parent b7dde28 commit 6c1131f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/arm64-qemu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
strategy:
1616
matrix:
17-
go-version: [1.21.x]
17+
go-version: [1.24.x]
1818
arch: [arm64]
1919
runs-on: ubuntu-latest
2020
steps:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
goVer: ['1.23', '1.24']
15+
goVer: ['1.24', '1.25']
1616
steps:
1717
- name: Checkout Repo
1818
uses: actions/checkout@v4

0 commit comments

Comments
 (0)