build(deps): bump to Go 1.22

This commit is contained in:
Lukas Zapletal 2025-01-09 19:47:21 +01:00 committed by Lukáš Zapletal
parent 8554d6202d
commit 3a6bea380e
41 changed files with 15 additions and 621 deletions

View file

@ -2,8 +2,8 @@
set -eux
# Since Go 1.21 the version is automatically maintained by the toolchain feature:
go get go@1.22 toolchain@1.22.10
# Pin Go and toolbox versions at a reasonable version
go get go@1.22.0 toolchain@1.22.0
# Update go.mod and go.sum:
go mod tidy