Upgrade go 1.20 (#847)

Fixes #842
This commit is contained in:
Thomas Pelletier
2023-02-08 18:59:58 -05:00
committed by GitHub
parent 090cccf4ba
commit b58c20aa49
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest']
go: [ '1.18', '1.19' ]
go: [ '1.19', '1.20' ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.go }}/${{ matrix.os }}
steps: