Update GH action workflow to Go 1.23

This commit is contained in:
Eli Bendersky
2024-08-21 16:15:41 -07:00
parent a0e4c0787e
commit 9b3626a969

View File

@@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
go-version: [1.22.0] go-version: [1.23.0]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: