github: Update Go versions in matrix

This commit is contained in:
Bjørn Erik Pedersen 2022-05-11 10:21:43 +02:00
parent 408043c8fa
commit 36a7d5b5b8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.16.x]
go-version: [1.17.x, 1.18.x]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps: