File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 os : [ubuntu-latest, macos-latest, windows-latest]
2929 # Each major Go release is supported until there are two newer major releases. https://golang.org/doc/devel/release.html#policy
3030 # Echo tests with last four major releases
31- go : [1.16, 1.17, 1.18]
31+ go : [1.16, 1.17, 1.18, 1.19 ]
3232 name : ${{ matrix.os }} @ Go ${{ matrix.go }}
3333 runs-on : ${{ matrix.os }}
3434 steps :
5151 go test -race --coverprofile=coverage.coverprofile --covermode=atomic ./...
5252
5353 - name : Upload coverage to Codecov
54- if : success() && matrix.go == 1.18 && matrix.os == 'ubuntu-latest'
55- uses : codecov/codecov-action@v1
54+ if : success() && matrix.go == 1.19 && matrix.os == 'ubuntu-latest'
55+ uses : codecov/codecov-action@v3
5656 with :
5757 token :
5858 fail_ci_if_error : false
6161 strategy :
6262 matrix :
6363 os : [ubuntu-latest]
64- go : [1.18 ]
64+ go : [1.19 ]
6565 name : Benchmark comparison ${{ matrix.os }} @ Go ${{ matrix.go }}
6666 runs-on : ${{ matrix.os }}
6767 steps :
You can’t perform that action at this time.
0 commit comments