build: use Golang 1.26 for all builds

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2025-12-20 11:07:08 +01:00
committed by Ron Evans
parent 618c689246
commit f74d25c882
5 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ jobs:
# This tests the latest supported LLVM version when linking against system
# libraries.
docker:
- image: golang:1.25-bullseye
- image: golang:1.26-bookworm
steps:
- test-linux:
llvm: "20"