Update Go versions in GH build workflow

This commit is contained in:
Cameron Moore 2024-03-29 13:29:24 -05:00
parent 38fc235839
commit 853030346b
No known key found for this signature in database
GPG key ID: AF96E12468D7553E

View file

@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.14.x, 1.15.x]
go-version: [1.21.x, 1.22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}