mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
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:
parent
fdac01ca90
commit
116fe9f578
2 changed files with 5 additions and 5 deletions
2
go.mod
2
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue