From eac3cbc371c35ab75d7a56718dfd0adbb8265870 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 2 Aug 2024 05:54:53 -0500 Subject: [PATCH] build: Remove unncessary toolchain from go.mod. Only Go 1.17 is 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. --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 3b12d615..eb1ec200 100644 --- a/go.mod +++ b/go.mod @@ -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