Skip to content

Commit

Permalink
update workflow and run tests on latest go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhymond committed Apr 12, 2024
1 parent d338884 commit 75eda0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.15', '1.16', '1.17', '1.18' ]
go: [ '1.19', '1.20', '1.21', '1.22' ]
name: Running Tests on Go ${{ matrix.go }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v1
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go test -v -race ./...

0 comments on commit 75eda0b

Please sign in to comment.