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 9ab2d6a commit 74086f2Copy full SHA for 74086f2
.github/workflows/ci.yaml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v3
20
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
21
with:
22
go-version-file: 'go.mod'
23
.github/workflows/lint.yaml
@@ -16,7 +16,7 @@ jobs:
16
timeout-minutes: 10
- uses: golangci/golangci-lint-action@v3
.github/workflows/release.yaml
@@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
-
24
name: Set up Go
25
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
26
27
28
cache: true
0 commit comments