mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 22:21:18 +02:00
build: set min build version to Go 1.22.6
Go 1.23 was released this week, so with this PR we update the build system to officially support the last two releases.
This commit is contained in:
committed by
Oliver Gugger
parent
b4693b2010
commit
19b5a1fb05
2
Makefile
2
Makefile
@@ -35,7 +35,7 @@ endif
|
||||
# GO_VERSION is the Go version used for the release build, docker files, and
|
||||
# GitHub Actions. This is the reference version for the project. All other Go
|
||||
# versions are checked against this version.
|
||||
GO_VERSION = 1.22.5
|
||||
GO_VERSION = 1.22.6
|
||||
|
||||
GOBUILD := $(LOOPVARFIX) go build -v
|
||||
GOINSTALL := $(LOOPVARFIX) go install -v
|
||||
|
Reference in New Issue
Block a user