Skip to content

Commit

Permalink
chore: add Go 1.21 for matrix testing, reduce warning by codecov/code…
Browse files Browse the repository at this point in the history
…cov-action@v2"
  • Loading branch information
tzq0301 committed Nov 20, 2023
1 parent ecafd7e commit 7d3171f
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 7d3171f

Please sign in to comment.