File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 test :
88 strategy :
99 matrix :
10- go-version : [1.20 .x,1.21 .x]
10+ go-version : [1.21 .x,1.22 .x]
1111 platform : [ubuntu-latest, macos-latest, windows-latest]
1212 runs-on : ${{ matrix.platform }}
1313 steps :
1414 - name : Install Go
15- uses : actions/setup-go@v3
15+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1616 with :
1717 go-version : ${{ matrix.go-version }}
1818 - name : Install staticcheck
2222 run : echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
2323 shell : bash
2424 - name : Checkout code
25- uses : actions/checkout@v1
25+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2626 - name : Fmt
2727 if : matrix.platform != 'windows-latest' # :(
2828 run : " diff <(gofmt -d .) <(printf '')"
You can’t perform that action at this time.
0 commit comments