Skip to content

Commit b9b1303

Browse files
committed
github: Update versions
1 parent ce7cd57 commit b9b1303

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/test.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
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
@@ -22,7 +22,7 @@ jobs:
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 '')"

0 commit comments

Comments
 (0)