lnd/tlv
Olaoluwa Osuntokun ba1fb50380 build+docs: bump minimum Go version to 1.25.5
With Go 1.26 now released, this bumps the minimum required Go version
from 1.24.11 to 1.25.5 across all go.mod files and updates the
installation documentation with the correct download links and SHA256
hashes for Go 1.25.5 binaries.

The build system (Dockerfiles, Makefile, CI) was already using Go 1.25.5,
so this change aligns the go.mod minimum version to match.
2026-02-10 12:54:10 -08:00
..
internal/gen tlv+go.mod: generate inbound fee TLV type 2025-06-09 08:32:50 +02:00
fuzz_test.go tlv: Added bool to primitive 2023-10-16 14:21:25 +01:00
go.mod build+docs: bump minimum Go version to 1.25.5 2026-02-10 12:54:10 -08:00
go.sum multi: update btcd to v0.24.2 2025-07-16 01:19:58 -03:00
primitive.go multi: enforce strict TLV length checks 2025-12-29 19:18:49 -03:00
primitive_test.go multi: enforce strict TLV length checks 2025-12-29 19:18:49 -03:00
record.go tlv: constrain the types passed to MakeBigSizeRecord and SizeBigSize 2025-05-07 15:45:12 +02:00
record_test.go tlv: remove unused error return value 2019-12-04 13:27:29 +01:00
record_type.go tlv: update to fn v2 2024-11-25 13:25:52 -07:00
record_type_test.go tlv: modify RecordT type to ensure type param takes precedence 2024-01-02 18:51:30 -08:00
stream.go multi: replace ioutil.Discard 2024-04-25 11:23:54 +02:00
stream_test.go tlv: allow tlv streams to use large records in non-p2p setting 2022-09-14 15:48:13 -04:00
tlv_test.go tlv: allow tlv streams to use large records in non-p2p setting 2022-09-14 15:48:13 -04:00
tlv_type_param.go tlv: make TlvType method for TlvType interface public 2024-01-02 18:51:33 -08:00
tlv_types_generated.go tlv+go.mod: generate inbound fee TLV type 2025-06-09 08:32:50 +02:00
truncated.go tlv: simplify encoding functions 2023-11-13 11:30:17 -06:00
truncated_test.go tlv: simplify byte slice comparison as recommenteded by static analysis 2020-04-24 19:15:08 +02:00
varint.go tlv+record+routing: add payload size calculation 2019-12-20 11:00:01 +01:00
varint_test.go tlv: simplify byte slice comparison as recommenteded by static analysis 2020-04-24 19:15:08 +02:00