We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7dde28 commit 6c1131fCopy full SHA for 6c1131f
.github/workflows/arm64-qemu.yml
@@ -14,7 +14,7 @@ jobs:
14
test:
15
strategy:
16
matrix:
17
- go-version: [1.21.x]
+ go-version: [1.24.x]
18
arch: [arm64]
19
runs-on: ubuntu-latest
20
steps:
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
13
- goVer: ['1.23', '1.24']
+ goVer: ['1.24', '1.25']
- name: Checkout Repo
uses: actions/checkout@v4
0 commit comments