Skip to content

Commit

Permalink
maint: update to latest stable Go version (#65)
Browse files Browse the repository at this point in the history
Fixes UDENG-2576
  • Loading branch information
GabrielNagy authored Apr 2, 2024
2 parents cb8ea2f + 1ae9dc4 commit 023e857
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 @@ -4,7 +4,7 @@ Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-go (>= 2:1.20~),
golang-go (>= 2:1.22~),
dbus,
Standards-Version: 4.6.2
XS-Go-Import-Path: github.com/ubuntu/ubuntu-proxy-manager
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/ubuntu-proxy-manager

go 1.21
go 1.22.0

toolchain go1.21.6
toolchain go1.22.1

require (
github.com/godbus/dbus/v5 v5.1.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/ubuntu-proxy-manager/tools

go 1.21
go 1.22.0

toolchain go1.21.6
toolchain go1.22.1

require (
github.com/golangci/golangci-lint v1.57.2
Expand Down

0 comments on commit 023e857

Please sign in to comment.