mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
multi: go version bump to 1.23.6
We update the go version in our go.mod, for our linter, GH workflows and makefile.
This commit is contained in:
parent
14628327d0
commit
6c82db3fb3
4 changed files with 3 additions and 4 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -21,7 +21,7 @@ env:
|
|||
# If you change this value, please change it in the following files as well:
|
||||
# /Dockerfile
|
||||
# /dev.Dockerfile
|
||||
GO_VERSION: 1.22.6
|
||||
GO_VERSION: 1.23.6
|
||||
|
||||
jobs:
|
||||
########################
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ linters-settings:
|
|||
- G402 # Look for bad TLS connection settings.
|
||||
- G306 # Poor file permissions used when writing to a new file.
|
||||
staticcheck:
|
||||
go: "1.22.6"
|
||||
checks: ["-SA1019"]
|
||||
|
||||
linters:
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -21,7 +21,7 @@ PUBLIC_URL :=
|
|||
# GO_VERSION is the Go version used for the release build, docker files, and
|
||||
# GitHub Actions. This is the reference version for the project. All other Go
|
||||
# versions are checked against this version.
|
||||
GO_VERSION = 1.22.6
|
||||
GO_VERSION = 1.23.6
|
||||
|
||||
LOOP_COMMIT := $(shell cat go.mod | \
|
||||
grep $(LOOP_PKG) | \
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -238,4 +238,4 @@ replace (
|
|||
// taproot-assets dependency to function properly.
|
||||
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.34.2-hex-display
|
||||
|
||||
go 1.22.6
|
||||
go 1.23.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue