Skip to content

Commit 61422dd

Browse files
committed
Update CI-flow (Go 1.19 +deps)
1 parent a9879ff commit 61422dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/echo.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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:
@@ -51,8 +51,8 @@ jobs:
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
@@ -61,7 +61,7 @@ jobs:
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:

0 commit comments

Comments
 (0)