Skip to content

Commit 3aee7a1

Browse files
committed
build: bump Go to v1.23.12
1 parent 2f21a48 commit 3aee7a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${BUILDPLATFORM} golang:1.24-alpine as builder
1+
FROM --platform=${BUILDPLATFORM} golang:1.23.12-alpine as builder
22

33
# Copy in the local repository to build from.
44
COPY . /go/src/github.com/lightningnetwork/loop
@@ -14,8 +14,8 @@ ENV GO111MODULE on
1414
RUN apk add --no-cache --update alpine-sdk \
1515
git \
1616
make \
17-
&& cd /go/src/github.com/lightningnetwork/loop \
18-
&& make install
17+
&& cd /go/src/github.com/lightningnetwork/loop \
18+
&& make install
1919

2020
# Start a new, final image to reduce size.
2121
FROM --platform=${BUILDPLATFORM} alpine as final

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,4 @@ replace github.com/lightninglabs/loop/swapserverrpc => ./swapserverrpc
215215

216216
replace github.com/lightninglabs/loop/looprpc => ./looprpc
217217

218-
go 1.23.9
218+
go 1.23.12

0 commit comments

Comments
 (0)