We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd4ac7d + 271998a commit ca2c449Copy full SHA for ca2c449
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/checkout@v5
13
14
- name: Install Go
15
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
16
with:
17
go-version: ${{ matrix.go-version }}
18
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
steps:
11
@@ -28,7 +28,7 @@ jobs:
28
needs: test
29
30
31
32
33
go-version: 1.24.x
34
0 commit comments