Thanks to visit codestin.com Credit goes to github.com
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 4b3d240 + d5243ba commit 10a8894Copy full SHA for 10a8894
.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