Skip to content

Commit

Permalink
Merge pull request #102 from ellemouton/go-v1.21
Browse files Browse the repository at this point in the history
multi: bump go version to 1.21
  • Loading branch information
guggero authored Jan 9, 2024
2 parents 445d935 + 3ef3008 commit 8bc4706
Show file tree
Hide file tree
Showing 11 changed files with 219 additions and 162 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.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

0 comments on commit 8bc4706

Please sign in to comment.