Bump testing to go 1.23 (#961)

This commit is contained in:
Thomas Pelletier
2024-08-17 16:26:05 -04:00
committed by GitHub
parent a437caafe5
commit b730b2be5d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest', 'macos-14' ]
go: [ '1.21', '1.22' ]
go: [ '1.22', '1.23' ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.go }}/${{ matrix.os }}
steps: