mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
multi: bump Golang to 1.23.9
Fixes several CVEs by using the latest Golang version to build.
This commit is contained in:
parent
a50fb76fcd
commit
503a295252
12 changed files with 12 additions and 12 deletions
2
Makefile
2
Makefile
|
|
@ -22,7 +22,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.23.6
|
||||
GO_VERSION = 1.23.9
|
||||
|
||||
# LITD_COMPAT_VERSIONS is a space-separated list of litd versions that are
|
||||
# installed before running the integration tests which include backward
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue