Skip to content

Commit

Permalink
maint: bump go toolchain to 1.22.2 (#66)
Browse files Browse the repository at this point in the history
Ensure the toolchain will try to use 1.22.2 which has the fix for HTTP/2
CONTINUATION flood in net/http (GO-2024-2687).
  • Loading branch information
GabrielNagy authored Apr 4, 2024
2 parents 023e857 + 0e6356f commit 7a243d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ubuntu/ubuntu-proxy-manager

go 1.22.0

toolchain go1.22.1
toolchain go1.22.2

require (
github.com/godbus/dbus/v5 v5.1.0
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ubuntu/ubuntu-proxy-manager/tools

go 1.22.0

toolchain go1.22.1
toolchain go1.22.2

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

0 comments on commit 7a243d6

Please sign in to comment.