Skip to content

Commit caaf1d5

Browse files
authored
misc: relax go.mod version (#183)
Go isn't quite clear on what it wants the `go` directive to be in `go.mod`, but the community consensus is to use the `.0` patch release of the oldest supported Go version. Granted, that's generally the advice for libraries but there's no harn in relaxing this version for this module that's going to be built as a container image.
1 parent de07651 commit caaf1d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/oxidecomputer/oxide-cloud-controller-manager
22

3-
go 1.25.3
3+
go 1.25.0
44

55
require (
66
github.com/google/uuid v1.6.0

0 commit comments

Comments
 (0)