Chore: update actions and go versions

Resolves: #157
master
till 2022-12-18 14:49:46 +01:00 committed by mattn
parent 3203150fd3
commit 6e810f25fa
1 changed files with 4 additions and 4 deletions

View File

@ -11,11 +11,11 @@ jobs:
strategy:
matrix:
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 }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
@ -24,4 +24,4 @@ jobs:
- run: go test ./... -v -cover -coverprofile coverage.out
- run: go test -bench . -benchmem
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2