github: Update Go versions

This commit is contained in:
Bjørn Erik Pedersen 2023-11-28 10:22:52 +01:00
parent ee6eef77ef
commit c419971e77
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.18.x,1.19.x,1.20.x]
go-version: [1.19.x,1.20.x,1.21.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps: