mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
ci, Dockerfile: update Go to 1.24.0
Try to catch more race conditions in unit tests.
This commit is contained in:
parent
a333031bf9
commit
60f49067cc
2 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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:
|
||||
########################
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue