Skip to content

Commit

Permalink
CI: switch to 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 Oct 2, 2024
1 parent 424999d commit 38c07c3
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.7
go: latest
go-arch: amd64
- arch: aarch64
distro: ubuntu18.04
go: go1.22.7
go: latest
go-arch: arm64
- arch: ppc64le
distro: ubuntu18.04
go: go1.22.7
go: latest
go-arch: ppc64le
- arch: armv7
distro: ubuntu18.04
go: go1.22.7
go: latest
go-arch: arm7
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 38c07c3

Please sign in to comment.