Skip to content

Commit

Permalink
lightning-node-connect: bump go to 1.22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorTigerstrom committed Jan 16, 2025
1 parent 8adf943 commit a74cbc4
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.22.3
GO_VERSION: 1.22.6

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.22.3 as a base image
FROM golang:1.22.3 as builder
#Get golang 1.22.6 as a base image
FROM golang:1.22.6 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.22.3 or newer
3. Go v1.22.6 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 @@ -188,7 +188,7 @@ require (
sigs.k8s.io/yaml v1.2.0 // indirect
)

go 1.22.3
go 1.22.6

// We want to format raw bytes as hex instead of base64. The forked version
// allows us to specify that as an option. This is required for the
Expand Down

0 comments on commit a74cbc4

Please sign in to comment.