From 7b20aafba481384b325187da8f9413bfde6f315e Mon Sep 17 00:00:00 2001 From: Travis Bischel Date: Mon, 14 Oct 2024 19:22:25 -0600 Subject: [PATCH] pkg/sr: require go 1.22 No real reason, no real reason not to. This also allows one commit after the top level franz tag. --- pkg/sr/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/sr/go.mod b/pkg/sr/go.mod index 7bfe2563..96924dab 100644 --- a/pkg/sr/go.mod +++ b/pkg/sr/go.mod @@ -1,5 +1,5 @@ module github.com/twmb/franz-go/pkg/sr -go 1.21 +go 1.22 toolchain go1.22.0