diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9cc46c..face66e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" diff --git a/go.mod b/go.mod index 5cb329d..8d4b700 100644 --- a/go.mod +++ b/go.mod @@ -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