CI: use Go 1.22 until issue 68976 is fixed
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled
CI / Test and deploy (1.22, macos-latest, true) (push) Has been cancelled
CI / Test and deploy (1.22, ubuntu-latest, true) (push) Has been cancelled
CI / Test and deploy (1.22, windows-latest, false) (push) Has been cancelled
CI / Test build flags (push) Has been cancelled
CI / Test with PgSQL/MySQL/Cockroach (push) Has been cancelled
CI / Build Linux packages (aarch64, ubuntu18.04, go1.22.7, arm64) (push) Has been cancelled
CI / Build Linux packages (amd64, ubuntu:18.04, go1.22.7, amd64) (push) Has been cancelled
CI / Build Linux packages (armv7, ubuntu18.04, go1.22.7, arm7) (push) Has been cancelled
CI / Build Linux packages (ppc64le, ubuntu18.04, go1.22.7, ppc64le) (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
Docker / Build (alpine, false, ubuntu-latest) (push) Has been cancelled
Docker / Build (alpine, true, ubuntu-latest) (push) Has been cancelled
Docker / Build (debian, false, ubuntu-latest) (push) Has been cancelled
Docker / Build (debian, true, ubuntu-latest) (push) Has been cancelled
Docker / Build (debian-plugins, true, ubuntu-latest) (push) Has been cancelled
Docker / Build (distroless, false, ubuntu-latest) (push) Has been cancelled

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2024-09-18 19:23:10 +02:00
parent 9288010636
commit 5f67fcdce5
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.6
go: go1.22.7
go-arch: amd64
- arch: aarch64
distro: ubuntu18.04
go: go1.22.6
go: go1.22.7
go-arch: arm64
- arch: ppc64le
distro: ubuntu18.04
go: go1.22.6
go: go1.22.7
go-arch: ppc64le
- arch: armv7
distro: ubuntu18.04
go: go1.22.6
go: go1.22.7
go-arch: arm7
steps:
- uses: actions/checkout@v4