We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a333031 commit 60f4906Copy full SHA for 60f4906
.github/workflows/main.yml
@@ -20,7 +20,7 @@ env:
20
21
# If you change this value, please change it in the following files as well:
22
# /Dockerfile
23
- GO_VERSION: 1.21.10
+ GO_VERSION: 1.24.0
24
25
jobs:
26
########################
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=${BUILDPLATFORM} golang:1.22-alpine as builder
+FROM --platform=${BUILDPLATFORM} golang:1.24-alpine as builder
2
3
# Copy in the local repository to build from.
4
COPY . /go/src/github.com/lightningnetwork/loop
0 commit comments