Skip to content

Commit

Permalink
CI development: use Go 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Murino <[email protected]>
  • Loading branch information
drakkan committed Sep 18, 2024
1 parent 9288010 commit 5e1b615
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 @@ -376,19 +376,19 @@ jobs:
include:
- arch: amd64
distro: ubuntu:18.04
go: go1.22.6
go: latest
go-arch: amd64
- arch: aarch64
distro: ubuntu18.04
go: go1.22.6
go: latest
go-arch: arm64
- arch: ppc64le
distro: ubuntu18.04
go: go1.22.6
go: latest
go-arch: ppc64le
- arch: armv7
distro: ubuntu18.04
go: go1.22.6
go: latest
go-arch: arm7
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5e1b615

Please sign in to comment.