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 3a89bec + 08b6d6c commit 2d66189Copy full SHA for 2d66189
.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- uses: actions/checkout@v5
21
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
22
with:
23
go-version: stable
24
cache: false
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- name: Setup Go
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
25
26
.github/workflows/test.yml
0 commit comments