Update deps and go version (#202)
This commit is contained in:
parent
e54a501278
commit
8e5fc6d6fc
6 changed files with 290 additions and 987 deletions
.github/workflows
4
.github/workflows/build-arm.yaml
vendored
4
.github/workflows/build-arm.yaml
vendored
|
@ -18,10 +18,10 @@ jobs:
|
|||
matrix:
|
||||
include:
|
||||
- arch: armv7
|
||||
go: 1.17.5
|
||||
go: 1.20.7
|
||||
go_arch: armv6l
|
||||
- arch: aarch64
|
||||
go: 1.17.5
|
||||
go: 1.20.7
|
||||
go_arch: arm64
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
- name: Install Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: ^1.17
|
||||
go-version: ^1.20
|
||||
|
||||
- name: Install Libraries on Linux
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue