parent
3203150fd3
commit
6e810f25fa
|
@ -11,11 +11,11 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, macos-latest, ubuntu-latest]
|
os: [windows-latest, macos-latest, ubuntu-latest]
|
||||||
go: ["1.15", "1.16", "1.17"]
|
go: ["1.16", "1.17", "1.18", "1.19"]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
|
|
||||||
|
@ -24,4 +24,4 @@ jobs:
|
||||||
- run: go test ./... -v -cover -coverprofile coverage.out
|
- run: go test ./... -v -cover -coverprofile coverage.out
|
||||||
- run: go test -bench . -benchmem
|
- run: go test -bench . -benchmem
|
||||||
|
|
||||||
- uses: codecov/codecov-action@v1
|
- uses: codecov/codecov-action@v2
|
||||||
|
|
Loading…
Reference in New Issue