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 242d3b8 + 54d87de commit 69233ccCopy full SHA for 69233cc
.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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
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@ba605356b4b29a60e87ab9404b712f3461e566dc
29
30
version: "2022.1"
0 commit comments