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 f6c0925 + fe7077c commit b7befe3Copy full SHA for b7befe3
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- name: Set up Go
16
uses: actions/setup-go@v5
17
with:
.github/workflows/golangci-lint.yml
@@ -10,7 +10,7 @@ jobs:
10
name: lint
- uses: actions/setup-go@v5
go-version-file: go.mod
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
go-version: ${{ matrix.go-version }}
42
43
44
# Get values for cache paths to be used in later steps
45
- id: cache-paths
0 commit comments