Require go1.19 for tests

This commit is contained in:
Ingo Oppermann
2023-01-03 07:05:00 +01:00
parent 378a3cd9cf
commit ff6b0d9584

View File

@@ -11,7 +11,7 @@ jobs:
fetch-depth: 2
- uses: actions/setup-go@v2
with:
go-version: '1.18'
go-version: "1.19"
- name: Run coverage
run: go test -coverprofile=coverage.out -covermode=atomic -v ./...
- name: Upload coverage to Codecov