Skip to content

Commit 77cf6d1

Browse files
committed
workflow: update test
1 parent 0113289 commit 77cf6d1

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
@@ -8,11 +8,11 @@ jobs:
88
test:
99
strategy:
1010
matrix:
11-
go: [ '1.20', '1.19', '1.18' ]
11+
go: [ 'latest', '1.21', '1.20' ]
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-go@v3
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-go@v4
1616
with:
1717
go-version: ${{ matrix.go }}
1818
- name: Install dependencies

0 commit comments

Comments
 (0)