CI: use Go 1.22.6 to build packages

We should investigate why building packages fails on archs other
than amd64 with Go 1.23.0

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2024-08-14 11:11:00 +02:00
parent 2fbf608895
commit a2934deaa6
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: latest
go: go1.22.6
go-arch: amd64
- arch: aarch64
distro: ubuntu18.04
go: latest
go: go1.22.6
go-arch: arm64
- arch: ppc64le
distro: ubuntu18.04
go: latest
go: go1.22.6
go-arch: ppc64le
- arch: armv7
distro: ubuntu18.04
go: latest
go: go1.22.6
go-arch: arm7
steps:
- uses: actions/checkout@v4