bump to go 1.25.6; go mod tidy; builds but linters fail

This commit is contained in:
Christian Schwarz
2026-01-20 21:30:26 +00:00
parent 860a9be37f
commit 9ef7c8b16d
7 changed files with 8 additions and 32 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ There will be beta/RC releases to give users a chance to evaluate.
INCOMPLETE LIST OF CHANGES
* |maint| Update to Go 1.23, require Go 1.22. Adopt `go.mod` toolchain aka `GOTOOLCHAIN` env var.
* |maint| Update to Go 1.25.
* |maint| Fix deprecations exposed by the toolchain update.
* |maint| Long-overdue update of all our dependencies & address deprecations.
* |maint| The `make release-docker` in CircleCI produces executables that are bit-identical to my personal machine.