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.
1 parent 4b3d240 commit d5243baCopy full SHA for d5243ba
.github/workflows/golangci-lint.yml
@@ -11,7 +11,7 @@ jobs:
11
name: lint
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
15
with:
16
go-version: stable
17
- uses: actions/checkout@v5
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
persist-credentials: false
19
20
- name: Install Go
21
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
22
23
24
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
go-version-file: ./go.mod
0 commit comments