Bump Go version for GH actions

This commit is contained in:
Eli Bendersky 2023-08-21 07:05:34 -07:00
parent 4dc83f3ccc
commit 83763d99d1

View File

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