Skip to content

Commit

Permalink
Drop the Go 1.21.4 requirement in /tools
Browse files Browse the repository at this point in the history
This is overly restrictive; the build only cares about 1.21 or later.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
  • Loading branch information
skitt authored and tpantelis committed Jan 23, 2024
1 parent 6302a6a commit ba5392c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/submariner-io/submariner-operator/tools

go 1.21.4
go 1.21

require (
github.com/operator-framework/operator-sdk v1.33.0
Expand Down

0 comments on commit ba5392c

Please sign in to comment.