Skip to content

Commit cf19e35

Browse files
committed
clean the toolchain directive off the go.mods
Signed-off-by: Tuomo Tanskanen <[email protected]>
1 parent 8641943 commit cf19e35

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

api/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/metal3-io/ip-address-manager/api
22

3-
go 1.23.0
4-
5-
toolchain go1.23.7
3+
go 1.23.7
64

75
require (
86
github.com/onsi/ginkgo/v2 v2.23.0

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/metal3-io/ip-address-manager
22

3-
go 1.23.0
4-
5-
toolchain go1.23.7
3+
go 1.23.7
64

75
require (
86
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1

0 commit comments

Comments
 (0)