Skip to content

Commit e6dba86

Browse files
committed
lightning-node-connect: bump go to 1.24.9
1 parent 6277d6d commit e6dba86

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
# go needs absolute directories, using the $HOME variable doesn't work here.
1717
GOCACHE: /home/runner/work/go/pkg/build
1818
GOPATH: /home/runner/work/go
19-
GO_VERSION: 1.23.9
19+
GO_VERSION: 1.24.9
2020

2121
jobs:
2222
########################

Dockerfile-wasm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#Get golang 1.23.9 as a base image
2-
FROM golang:1.23.9 as builder
1+
#Get golang 1.24.9 as a base image
2+
FROM golang:1.24.9 as builder
33

44
#Define the working directory in the container
55
WORKDIR /app

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document describes the steps needed to release a new version of LNC binarie
66

77
1. Android Studio with Android SDK (API level 16 or newer)
88
2. Xcode (latest version)
9-
3. Go v1.23.9 or newer
9+
3. Go v1.24.9 or newer
1010
4. gomobile (https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile)
1111
5. javac version 1.7 or higher (Included in Java Development Kit 7+)
1212

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/lightninglabs/lightning-node-connect
22

3-
go 1.23.9
3+
go 1.24.9
44

55
require (
66
github.com/btcsuite/btcd/btcec/v2 v2.3.4

0 commit comments

Comments
 (0)