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

View file

@ -152,15 +152,15 @@ android:
- go get golang.org/x/mobile/bind
- gomobile bind -v -target=android $REPRODUCIBLE_FLAGS .
go-1.22:
image: ${DOCKER_REGISTRY_URL}/golang:1.22-$DEBIAN_STABLE
go-1.23:
image: ${DOCKER_REGISTRY_URL}/golang:1.23-$DEBIAN_STABLE
<<: *golang-docker-debian-template
<<: *test-template
script:
- *go-test
go-1.23:
image: ${DOCKER_REGISTRY_URL}/golang:1.23-$DEBIAN_STABLE
go-1.24:
image: ${DOCKER_REGISTRY_URL}/golang:1.24-$DEBIAN_STABLE
<<: *golang-docker-debian-template
<<: *test-template
script:
@ -174,7 +174,7 @@ debian-testing:
- *go-test
shadow-integration:
image: ${DOCKER_REGISTRY_URL}/golang:1.22-$DEBIAN_STABLE
image: ${DOCKER_REGISTRY_URL}/golang:1.23-$DEBIAN_STABLE
variables:
SHADOW_VERSION: "27d0bcf2cf1c7f0d403b6ad3efd575e45ae93126"
TGEN_VERSION: "v1.1.2"

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