go1.24 language compat

This commit is contained in:
Christian Schwarz
2026-01-20 21:58:48 +00:00
parent e8662c2427
commit 3ade4bebc8
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
module github.com/zrepl/zrepl/build
go 1.25.6
go 1.24.12
toolchain go1.25.6
require (
github.com/alvaroloes/enumer v1.1.2
+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.25.
* |maint| Update to Go 1.25 toolchain with Go 1.24 language level.
* |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.
+2 -1
View File
@@ -1,6 +1,7 @@
module github.com/zrepl/zrepl
go 1.25.6
go 1.24.12
toolchain go1.25.6
require (
github.com/bits-and-blooms/bitset v1.24.4