workflows: update actions, use go 1.20.10 and 1.21.3

This commit is contained in:
Matthew Penner
2023-10-10 12:43:02 -06:00
parent 48c55af373
commit fc1ffc8cd3
4 changed files with 12 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04]
go: ["1.19.11", "1.20.6"]
go: ["1.20.10", "1.21.3"]
goos: [linux]
goarch: [amd64, arm64]
@@ -27,7 +27,7 @@ jobs:
go-version: ${{ matrix.go }}
- name: Code checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: go mod download
env: