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 1e0d9d7 commit eecdd22Copy full SHA for eecdd22
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ${{ matrix.platform }}
13
steps:
14
- name: Install Go
15
- uses: actions/setup-go@v5
+ uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
16
with:
17
go-version: ${{ matrix.go-version }}
18
- name: Install staticcheck
@@ -22,7 +22,7 @@ jobs:
22
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
23
shell: bash
24
- name: Checkout code
25
- uses: actions/checkout@v4
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
- name: Fmt
27
if: matrix.platform != 'windows-latest' # :(
28
run: "diff <(gofmt -d .) <(printf '')"
0 commit comments