diff --git a/README.md b/README.md index af6e82304..c549eec53 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ https://decred.org/downloads/ ### Build from source (all platforms) -- **Install Go 1.22 or 1.23** +- **Install Go 1.23 or 1.24** Installation instructions can be found here: https://golang.org/doc/install. Ensure Go was installed properly and is a supported version: diff --git a/debug.go b/debug.go index f51144716..446ce4ca1 100644 --- a/debug.go +++ b/debug.go @@ -2,8 +2,8 @@ // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. -//go:build go1.23 +//go:build go1.24 -//go:debug default=go1.23 +//go:debug default=go1.24 package main diff --git a/go.mod b/go.mod index c01108e5f..aca8d1613 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module decred.org/dcrwallet/v5 -go 1.22 +go 1.23 require ( decred.org/cspp/v2 v2.3.0