lnd/queue
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
..
circular_buf.go queue: add fixed size circular buffer 2020-03-17 08:22:23 +02:00
circular_buf_test.go queue: add fixed size circular buffer 2020-03-17 08:22:23 +02:00
gc_queue.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
gc_queue_test.go multi: add buffer.Write and pool.WriteBuffer, make GCQueue generic 2019-02-15 19:31:24 -08:00
go.mod build+docs: bump minimum Go version to 1.25.5 2026-02-10 12:54:10 -08:00
go.sum ticker+queue: run go mod tidy 2019-07-26 09:29:38 +02:00
priority_queue.go remove repetitive words 2024-03-07 14:05:47 +08:00
priority_queue_test.go queue: Introducing a general purpose priority queue. 2019-12-11 16:08:05 +01:00
queue.go queue: detect close of incoming channel 2020-04-08 08:54:03 +02:00
queue_test.go queue: replace defer cleanup with t.Cleanup 2022-10-13 17:47:04 +08:00