mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 22:27:22 +01:00
build: update CI+release version to Go 1.25.3
We also update the go.mod files to pin to Go 1.24.9.
This commit is contained in:
2
.github/actions/setup-go/action.yml
vendored
2
.github/actions/setup-go/action.yml
vendored
@@ -52,7 +52,7 @@ runs:
|
||||
# The key is used to create and later look up the cache. It's made of
|
||||
# four parts:
|
||||
# - The base part is made from the OS name, Go version and a
|
||||
# job-specified key prefix. Example: `linux-go-1.25.2-unit-test-`.
|
||||
# job-specified key prefix. Example: `linux-go-1.25.3-unit-test-`.
|
||||
# It ensures that a job running on Linux with Go 1.25 only looks for
|
||||
# caches from the same environment.
|
||||
# - The unique part is the `hashFiles('**/go.sum')`, which calculates a
|
||||
|
||||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -40,7 +40,7 @@ env:
|
||||
|
||||
# If you change this please also update GO_VERSION in Makefile (then run
|
||||
# `make lint` to see where else it needs to be updated as well).
|
||||
GO_VERSION: 1.25.2
|
||||
GO_VERSION: 1.25.3
|
||||
|
||||
jobs:
|
||||
static-checks:
|
||||
|
||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -12,7 +12,7 @@ defaults:
|
||||
env:
|
||||
# If you change this please also update GO_VERSION in Makefile (then run
|
||||
# `make lint` to see where else it needs to be updated as well).
|
||||
GO_VERSION: 1.25.2
|
||||
GO_VERSION: 1.25.3
|
||||
|
||||
jobs:
|
||||
########################
|
||||
|
||||
Reference in New Issue
Block a user