We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd51b39 commit 977811eCopy full SHA for 977811e
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v5
20
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
21
with:
22
go-version: ${{ matrix.go }}
23
cache: true
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
0 commit comments