CI: update Go version
Some checks are pending
Code scanning - action / CodeQL-Build (push) Waiting to run
CI / Test and deploy (push) Waiting to run
CI / Test build flags (push) Waiting to run
CI / Test with PgSQL/MySQL/Cockroach (push) Waiting to run
CI / Build Linux packages (push) Waiting to run
CI / golangci-lint (push) Waiting to run
Docker / Build (push) Waiting to run

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2024-10-03 06:54:18 +02:00
parent 8325fbc7dd
commit 4f49457eee
No known key found for this signature in database
GPG key ID: 935D2952DEC4EECF

View file

@ -376,19 +376,19 @@ jobs:
include:
- arch: amd64
distro: ubuntu:18.04
go: go1.22.7
go: go1.22.8
go-arch: amd64
- arch: aarch64
distro: ubuntu18.04
go: go1.22.7
go: go1.22.8
go-arch: arm64
- arch: ppc64le
distro: ubuntu18.04
go: go1.22.7
go: go1.22.8
go-arch: ppc64le
- arch: armv7
distro: ubuntu18.04
go: go1.22.7
go: go1.22.8
go-arch: arm7
steps:
- uses: actions/checkout@v4