Bump minimum supported go version to 1.23.0

This commit is contained in:
Cecylia Bocovich 2025-08-14 21:35:34 -04:00
parent c8b0b31601
commit 2740e1bbf9
No known key found for this signature in database
GPG key ID: 009DE379FD9B7B90
2 changed files with 6 additions and 6 deletions

2
go.mod
View file

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