workflows: update actions, use go 1.20.10 and 1.21.3
This commit is contained in:
4
.github/workflows/push.yaml
vendored
4
.github/workflows/push.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user