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 1a6e6fe commit 5eddfaaCopy full SHA for 5eddfaa
.github/workflows/linter.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ${{ matrix.platform }}
24
25
steps:
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
28
- name: golangci-lint ${{ matrix.working-directory }}
29
uses: golangci/golangci-lint-action@v3
.github/workflows/tests.yml
@@ -39,7 +39,7 @@ jobs:
39
- uses: actions/setup-go@v4
40
with:
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