update go version

This commit is contained in:
Jesse Peterson
2024-07-15 09:43:16 -07:00
parent 4329b5e5fa
commit cf3ab77727

View File

@@ -11,7 +11,7 @@ jobs:
name: Test & Build
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
go-version: [ '1.19.x' ]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps: