There was an error while loading. Please reload this page.
1 parent 6cae65f commit defec1eCopy full SHA for defec1e
.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
27
fetch-depth: 0
28
- name: Fmt
0 commit comments