Skip to content

Commit

Permalink
Update CI (#332)
Browse files Browse the repository at this point in the history
* Testing more go versions
* Use latest ubuntu machine
* Update setup-go action
  • Loading branch information
StefMa authored Nov 18, 2024
1 parent f13d85e commit b7b57e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
test:
strategy:
matrix:
go: [ '1.18', '1.19', '1.20', '1.21' ]
go: [ '1.18', '1.19', '1.20', '1.21', '1.22', '1.23' ]

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

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

- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
check-latest: true
Expand Down

0 comments on commit b7b57e2

Please sign in to comment.