Skip to content

Commit

Permalink
Bump Go to 1.23
Browse files Browse the repository at this point in the history
We now rely on Go >= 1.22.7, but Jammy and Noble versions (for the
golang-1.22-go package) only go up to 1.22.2, which means we would be
unable to build for those distributions. Since those versions now also
have golang-1.23-go available, let's use that package instead and also
bump the version here to ensure we have CI coverage.
  • Loading branch information
denisonbarbosa committed Jan 15, 2025
1 parent e9f94c4 commit da546d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/ubuntu/adsys

go 1.22.2
go 1.23.0

toolchain go1.22.7
toolchain go1.23.1

require (
github.com/charmbracelet/bubbles v0.20.0
Expand Down
4 changes: 2 additions & 2 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/ubuntu/adsys/tools

go 1.22.2
go 1.23.0

toolchain go1.23.0
toolchain go1.23.1

require (
github.com/golang/protobuf v1.5.4
Expand Down

0 comments on commit da546d3

Please sign in to comment.