CI: re-enable build packages with Go latest
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled
CI / Test and deploy (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 (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
Docker / Build (push) Has been cancelled

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2024-11-07 20:17:48 +01:00
parent dda89185fb
commit f13eab1caf
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.8
go: latest
go-arch: amd64
- arch: aarch64
distro: ubuntu18.04
go: go1.22.8
go: latest
go-arch: arm64
- arch: ppc64le
distro: ubuntu18.04
go: go1.22.8
go: latest
go-arch: ppc64le
- arch: armv7
distro: ubuntu18.04
go: go1.22.8
go: latest
go-arch: arm7
steps:
- uses: actions/checkout@v4