Skip to content

Commit a914513

Browse files
authored
Bump GitHub workflow actions to their latest versions (#22)
This PR bumps GitHub workflow actions to their latest versions.
1 parent 3880208 commit a914513

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
@@ -9,15 +9,15 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
go-version: [1.17.x]
12+
go-version: '1.20'
1313
os: [ubuntu-latest, windows-latest]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- name: Install Go
17-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v4
1818
with:
1919
go-version: ${{ matrix.go-version }}
2020
- name: Checkout code
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
- name: Test
2323
run: go test -race -v .

0 commit comments

Comments
 (0)