Skip to content

Commit

Permalink
remove spurious "toolchain" from go.mod
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cwedgwood committed Jan 15, 2025
1 parent 36fbc84 commit 0abef02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/onsi/gomega

go 1.22.0

toolchain go1.22.10

require (
github.com/google/go-cmp v0.6.0
github.com/onsi/ginkgo/v2 v2.22.2
Expand Down

0 comments on commit 0abef02

Please sign in to comment.