Skip to content

Commit 60f4906

Browse files
committed
ci, Dockerfile: update Go to 1.24.0
Try to catch more race conditions in unit tests.
1 parent a333031 commit 60f4906

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020

2121
# If you change this value, please change it in the following files as well:
2222
# /Dockerfile
23-
GO_VERSION: 1.21.10
23+
GO_VERSION: 1.24.0
2424

2525
jobs:
2626
########################

Dockerfile

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

33
# Copy in the local repository to build from.
44
COPY . /go/src/github.com/lightningnetwork/loop

0 commit comments

Comments
 (0)