bump golang to 1.26.1 and update deps

This commit is contained in:
Feng Ruohang
2026-03-21 13:41:04 +08:00
parent 00f3cf74fc
commit 5abd9a80f6
17 changed files with 395 additions and 458 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ verifiers: lint check-gen
check-gen: ## check for updated autogenerated files
@go generate ./... >/dev/null
@go mod tidy -compat=1.21
@go mod tidy -compat=1.26
@(! git diff --name-only | grep '_gen.go$$') || (echo "Non-committed changes in auto-generated code is detected, please commit them to proceed." && false)
@(! git diff --name-only | grep 'go.sum') || (echo "Non-committed changes in auto-generated go.sum is detected, please commit them to proceed." && false)