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 and warning of 'Restore cache failed' due to no file go.sum"
  • Loading branch information
tzq0301 committed Nov 20, 2023
1 parent ecafd7e commit a665553
Show file tree
Hide file tree
Showing 2 changed files 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
Empty file added go.sum
Empty file.

0 comments on commit a665553

Please sign in to comment.