Run checks with Go 1.20 as go 1.19 will be unmaintained soon

This commit is contained in:
Štefan Baebler 2023-07-18 06:07:32 +02:00 committed by GitHub
parent b500e556bf
commit 0e0c286d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ jobs:
check:
strategy:
matrix:
go-version: [1.19.x]
go-version: [1.20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps: