Skip to content

Commit

Permalink
Bump Go to 1.23 (#1175)
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 (this
part of the change will only be noticeable on the SRUs) and bump the
version here to ensure we are covered by our CI.
  • Loading branch information
denisonbarbosa authored Jan 21, 2025
2 parents 9847b25 + 479a377 commit e339126
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: Ubuntu Developers <[email protected]>
Build-Depends: debhelper-compat (= 13),
dh-apport,
dh-golang,
golang-go (>= 2:1.22~),
golang-go (>= 2:1.23~),
apparmor,
dbus,
libdbus-1-dev,
Expand Down
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 e339126

Please sign in to comment.