Skip to content

Commit a0e85b9

Browse files
authored
remove spurious "toolchain" from go.mod (#819)
Having go.mod specific a exact toolchain is not required and breaks some build systems. The preference is to remove this allow Go to use the appropriate installed tooling.
1 parent 604a8b1 commit a0e85b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/onsi/gomega
22

33
go 1.22.0
44

5-
toolchain go1.22.10
6-
75
require (
86
github.com/google/go-cmp v0.6.0
97
github.com/onsi/ginkgo/v2 v2.22.2

0 commit comments

Comments
 (0)