Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temp #15

Closed
wants to merge 2 commits into from
Closed

Temp #15

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.19.7
GO_VERSION: 1.21

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.19 as a base image
FROM golang:1.19 as builder
#Get golang 1.21 as a base image
FROM golang:1.21 as builder

#Define the working directory in the container
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GOACC_PKG := github.com/ory/go-acc
GO_BIN := ${GOPATH}/bin
LINT_BIN := $(GO_BIN)/golangci-lint

LINT_COMMIT := v1.50.0
LINT_COMMIT := v1.51.2

GOBUILD := go build -v
GOINSTALL := go install -v
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.19.8 or newer
3. Go v1.21.0 or newer

### Build Release Binaries

Expand Down
2 changes: 1 addition & 1 deletion cmd/wasm-client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,4 @@ replace github.com/lightninglabs/lightning-node-connect/hashmailrpc => ../../has
// taproot-assets dependency to function properly.
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display

go 1.19
go 1.21
41 changes: 41 additions & 0 deletions cmd/wasm-client/go.sum

Large diffs are not rendered by default.

Loading
Loading