ci: update go versions

This commit is contained in:
Matthew Penner 2023-01-13 11:07:09 -07:00
parent 4b3bd2ff47
commit e74d8e3501
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
go: ["1.18.8", "1.19.3"]
go: ["1.18.10", "1.19.5"]
goos: [linux]
goarch: [amd64, arm64]

View File

@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.18.8"
go-version: "1.18.10"
- name: Build release binaries
env: