Skip to content

Commit

Permalink
build: Remove unncessary toolchain from go.mod.
Browse files Browse the repository at this point in the history
Only Go 1.20 is actually required.  The addition of the toolchain line
makes it require Go 1.22.3 which is not at all necessary and should not
be there.
  • Loading branch information
davecgh committed Aug 2, 2024
1 parent ff30ab2 commit 404fa3a
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/decred/dcrpool

go 1.21

toolchain go1.22.3

require (
decred.org/dcrwallet/v4 v4.1.0
github.com/decred/dcrd/blockchain/standalone/v2 v2.2.1
Expand Down

0 comments on commit 404fa3a

Please sign in to comment.