Skip to content

Commit b48621e

Browse files
committed
TEMP multi: update go version
1 parent feedd56 commit b48621e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,6 @@ replace github.com/lightningnetwork/lnd/sqldb => ./sqldb
209209

210210
// If you change this please also update .github/pull_request_template.md and
211211
// docs/INSTALL.md.
212-
go 1.21.4
212+
go 1.22.3
213213

214214
retract v0.0.2

lnrpc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21.0-bookworm
1+
FROM golang:1.22.3-bookworm
22

33
RUN apt-get update && apt-get install -y \
44
git \

lnrpc/gen_protos_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
DIR="$(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)"
77

88
# golang docker image version used in this script.
9-
GO_IMAGE=docker.io/library/golang:1.21.0-alpine
9+
GO_IMAGE=docker.io/library/golang:1.22.3-alpine
1010

1111
PROTOBUF_VERSION=$(docker run --rm -v $DIR/../:/lnd -w /lnd $GO_IMAGE \
1212
go list -f '{{.Version}}' -m google.golang.org/protobuf)

0 commit comments

Comments
 (0)