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 2b87584 commit d397295Copy full SHA for d397295
.github/workflows/static-analysis.yml
@@ -19,7 +19,7 @@ jobs:
19
go-version: '1.19'
20
21
- name: Check out code
22
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
+ uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
23
24
- name: Install staticcheck
25
run: go install honnef.co/go/tools/cmd/staticcheck@latest
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
go-version: ${{ matrix.go-version }}
26
27
28
- name: Check formatting
29
if: ${{ matrix.go-version == '1.20' && matrix.os == 'ubuntu-22.04' }}
0 commit comments