Skip to content

Commit

Permalink
Add Go 1.21 for matrix testing and reduce warning from codecov/codeco…
Browse files Browse the repository at this point in the history
…v-action@v2 (#160)
  • Loading branch information
tzq0301 authored Nov 26, 2023
1 parent ecafd7e commit a999520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.18.x', '1.19.x', '1.20.x' ]
go: [ '1.18.x', '1.19.x', '1.20.x', '1.21.x' ]
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v4
Expand All @@ -34,4 +34,4 @@ jobs:
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...

- name: Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3

0 comments on commit a999520

Please sign in to comment.