Skip to content

Commit

Permalink
lightning-node-connect: bump go version to 1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorTigerstrom committed Jul 25, 2024
1 parent e2e951a commit 0137ce6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
# go needs absolute directories, using the $HOME variable doesn't work here.
GOCACHE: /home/runner/work/go/pkg/build
GOPATH: /home/runner/work/go
GO_VERSION: 1.21
GO_VERSION: 1.22.3

jobs:
########################
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-wasm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Get golang 1.21 as a base image
FROM golang:1.21 as builder
#Get golang 1.22.3 as a base image
FROM golang:1.22.3 as builder

#Define the working directory in the container
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This document describes the steps needed to release a new version of LNC binarie

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

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ require (
sigs.k8s.io/yaml v1.2.0 // indirect
)

go 1.21
go 1.22.3

0 comments on commit 0137ce6

Please sign in to comment.