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 8c0fa8d commit e10d79eCopy full SHA for e10d79e
.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@8ade135a41bc03ea155e62e844d188df1ea18608
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
17
- name: Format Unix
18
if: runner.os == 'Linux'
19
run: test -z $(go fmt ./...)
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-latest
32
steps:
33
34
35
- uses: dominikh/staticcheck-action@ba605356b4b29a60e87ab9404b712f3461e566dc
36
37
version: "2022.1"
0 commit comments