Bump minimum version of go to 1.22

This fixes a pointer bug in our broker sqs code by enabling the loopvar
feature https://go.dev/wiki/LoopvarExperiment

See tpo/anti-censorship/pluggable-transports/snowflake#40363
This commit is contained in:
Cecylia Bocovich 2025-03-15 11:00:10 -04:00
parent fdac01ca90
commit 116fe9f578
No known key found for this signature in database
GPG key ID: 009DE379FD9B7B90
2 changed files with 5 additions and 5 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2
go 1.21
go 1.22
require (
github.com/aws/aws-sdk-go-v2 v1.36.1