mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Bump minimum supported go version to 1.23.0
This commit is contained in:
parent
c8b0b31601
commit
2740e1bbf9
2 changed files with 6 additions and 6 deletions
|
@ -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
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue