mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-22 15:57:49 +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
3b5e1fa764
commit
e735f77d43
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.22.5-bookworm
|
||||
FROM golang:1.22.6-bookworm
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
git \
|
||||
|
@@ -6,7 +6,7 @@ set -e
|
||||
DIR="$(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)"
|
||||
|
||||
# golang docker image version used in this script.
|
||||
GO_IMAGE=docker.io/library/golang:1.21.4-alpine
|
||||
GO_IMAGE=docker.io/library/golang:1.22.6-alpine
|
||||
|
||||
PROTOBUF_VERSION=$(docker run --rm -v $DIR/../:/lnd -w /lnd $GO_IMAGE \
|
||||
go list -f '{{.Version}}' -m google.golang.org/protobuf)
|
||||
|
Reference in New Issue
Block a user