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 a1a33cd + 5212a79 commit aec8e9dCopy full SHA for aec8e9d
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
go-version: ${{ matrix.go-version }}
15
- name: Checkout code
16
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
17
- name: Format Unix
18
if: runner.os == 'Linux'
19
run: test -z $(go fmt ./...)
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
steps:
26
27
28
- uses: dominikh/staticcheck-action@024238d2898c874f26d723e7d0ff4308c35589a2
29
30
version: "latest"
0 commit comments