Skip to content

Commit

Permalink
Lower minimum Go version from 1.21.1 to 1.21
Browse files Browse the repository at this point in the history
Works around golang/go#61888

Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Oct 31, 2023
1 parent bba4990 commit b1a25da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/canonical/lxd

go 1.21.1

toolchain go1.21.3
go 1.21

require (
github.com/Rican7/retry v0.3.1
Expand Down

0 comments on commit b1a25da

Please sign in to comment.