ci, Dockerfile: update Go to 1.24.0

Try to catch more race conditions in unit tests.
This commit is contained in:
Boris Nagaev 2025-02-26 11:18:10 -03:00
parent a333031bf9
commit 60f49067cc
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ env:
# If you change this value, please change it in the following files as well:
# /Dockerfile
GO_VERSION: 1.21.10
GO_VERSION: 1.24.0
jobs:
########################

View file

@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM} golang:1.22-alpine as builder
FROM --platform=${BUILDPLATFORM} golang:1.24-alpine as builder
# Copy in the local repository to build from.
COPY . /go/src/github.com/lightningnetwork/loop