Merge pull request #819 from zrepl/problame/dependency-upgrades

dependency upgrades
This commit is contained in:
Christian Schwarz
2024-10-18 15:00:40 +02:00
committed by GitHub
43 changed files with 851 additions and 2648 deletions
+10
View File
@@ -40,6 +40,16 @@ Those changes will likely come with some breakage in the config.
However, I want to avoid breaking **use cases** that are satisfied by the current design.
There will be beta/RC releases to give users a chance to evaluate.
0.7.0 (unreleased)
------------------
INCOMPLETE LIST OF CHANGES
* |maint| Update to Go 1.23, require Go 1.22. Adopt `go.mod` toolchain aka `GOTOOLCHAIN` env var.
* |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.
0.6.1
-----