Skip to content

Commit b7b57e2

Browse files
authored
Update CI (#332)
* Testing more go versions * Use latest ubuntu machine * Update setup-go action
1 parent f13d85e commit b7b57e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ jobs:
77
test:
88
strategy:
99
matrix:
10-
go: [ '1.18', '1.19', '1.20', '1.21' ]
10+
go: [ '1.18', '1.19', '1.20', '1.21', '1.22', '1.23' ]
1111

12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313

1414
name: Go ${{ matrix.go }} Tests
1515
steps:
1616
- uses: actions/checkout@v4
1717

1818
- name: Setup Go
19-
uses: actions/setup-go@v3
19+
uses: actions/setup-go@v5
2020
with:
2121
go-version: ${{ matrix.go }}
2222
check-latest: true

0 commit comments

Comments
 (0)