Skip to content

Commit a999520

Browse files
authored
Add Go 1.21 for matrix testing and reduce warning from codecov/codecov-action@v2 (#160)
1 parent ecafd7e commit a999520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
go: [ '1.18.x', '1.19.x', '1.20.x' ]
13+
go: [ '1.18.x', '1.19.x', '1.20.x', '1.21.x' ]
1414
steps:
1515
- name: Set up Go ${{ matrix.go }}
1616
uses: actions/setup-go@v4
@@ -34,4 +34,4 @@ jobs:
3434
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
3535

3636
- name: Codecov
37-
uses: codecov/codecov-action@v2
37+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)