Update deps and go version ()

This commit is contained in:
Antonio Navarro Perez 2023-09-05 17:05:27 +02:00 committed by GitHub
parent e54a501278
commit 8e5fc6d6fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 290 additions and 987 deletions
.github/workflows

View file

@ -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

View file

@ -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