Chore: Bump Go version for automated testing

This commit is contained in:
Ralph Slooten
2024-12-14 18:03:49 +13:00
parent 23fee8e4e1
commit 572bda80a2

View File

@@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.21.x]
go-version: ['1.23']
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps: