Skip to content

Commit

Permalink
CI: fix go version
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Murino <[email protected]>
  • Loading branch information
drakkan committed Feb 6, 2025
1 parent 74ffad8 commit 8698030
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -469,19 +469,19 @@ jobs:
include:
- arch: amd64
distro: ubuntu:18.04
go: latest
go: go1.22.12
go-arch: amd64
- arch: aarch64
distro: ubuntu18.04
go: latest
go: go1.22.12
go-arch: arm64
- arch: ppc64le
distro: ubuntu18.04
go: latest
go: go1.22.11
go-arch: ppc64le
- arch: armv7
distro: ubuntu18.04
go: latest
go: go1.22.12
go-arch: arm7
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8698030

Please sign in to comment.