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 a6a3c8a commit 6e93e4eCopy full SHA for 6e93e4e
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
16
- name: Set up Go 1.x
17
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
18
with:
19
go-version: '1.18'
20
id: go
.github/workflows/lint.yml
runs-on: ubuntu-latest
- uses: actions/checkout@v4
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
go-version: 1.19
- name: golangci-lint
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- run: git fetch --force --tags
21
22
23
cache: true
0 commit comments