Skip to content

Commit

Permalink
Go 1.23.6
Browse files Browse the repository at this point in the history
This patch updates go.mod to use Go 1.23.6 to account for
https://pkg.go.dev/vuln/GO-2025-3447.
  • Loading branch information
akutz committed Feb 6, 2025
1 parent 035929e commit 71917a9
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/vmware-tanzu/vm-operator

go 1.23.5
go 1.23.6

replace (
github.com/vmware-tanzu/vm-operator/api => ./api
Expand Down

0 comments on commit 71917a9

Please sign in to comment.