Go 1.22 support (#935)

This commit is contained in:
Thomas Pelletier
2024-02-27 15:30:13 -05:00
committed by GitHub
parent 06fb30bf2e
commit 2b69615b5d
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest', 'macos-14' ]
go: [ '1.20', '1.21' ]
go: [ '1.21', '1.22' ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.go }}/${{ matrix.os }}
steps: