Merge pull request #347 from trheyi/main
[change] action workflow go version
This commit is contained in:
commit
fcc574a829
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
release:
|
||||
strategy:
|
||||
matrix:
|
||||
go: [1.20.0]
|
||||
go: [1.19.2]
|
||||
runs-on: "ubuntu-20.04"
|
||||
steps:
|
||||
- name: Arm Build
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
release:
|
||||
strategy:
|
||||
matrix:
|
||||
go: [1.20.0]
|
||||
go: [1.19.2]
|
||||
runs-on: "macos-12"
|
||||
steps:
|
||||
- name: Install coscmd
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue