Skip to content

Commit

Permalink
go.mod: downgrade minimum go version to go1.22
Browse files Browse the repository at this point in the history
This was updated in abc85c3, but looks
to have been unintentional.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Feb 10, 2025
1 parent 0a4eb7e commit cc55bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/docker/buildx

go 1.23.0
go 1.22.0

require (
github.com/Masterminds/semver/v3 v3.2.1
Expand Down

0 comments on commit cc55bb0

Please sign in to comment.