Skip to content

Commit

Permalink
[v15] chore: Bump Go to v1.21.7 (#37846)
Browse files Browse the repository at this point in the history
* chore: Bump Go to 1.21.7

* Run `make dronegen`
  • Loading branch information
codingllama authored Feb 7, 2024
1 parent e4f236f commit 71f8860
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3356,7 +3356,7 @@ steps:
"linux/amd64" --tag drone-docker-registry:5000/teleport-operator:$(cat "/go/var/full-version")-amd64
--file "/go/src/github.com/gravitational/teleport/integrations/operator/Dockerfile"
--build-arg BUILDBOX=public.ecr.aws/gravitational/teleport-buildbox:teleport15
--build-arg COMPILER_NAME=x86_64-linux-gnu-gcc --build-arg GOLANG_VERSION=go1.21.6
--build-arg COMPILER_NAME=x86_64-linux-gnu-gcc --build-arg GOLANG_VERSION=go1.21.7
--build-arg PROTOC_VERSION=3.20.3 --build-arg TARGETARCH=amd64 --build-arg BUILD_ARCH=amd64
/go/src/github.com/gravitational/teleport
- docker logout "public.ecr.aws"
Expand Down Expand Up @@ -3402,7 +3402,7 @@ steps:
"linux/arm" --tag drone-docker-registry:5000/teleport-operator:$(cat "/go/var/full-version")-arm
--file "/go/src/github.com/gravitational/teleport/integrations/operator/Dockerfile"
--build-arg BUILDBOX=public.ecr.aws/gravitational/teleport-buildbox-arm:teleport15
--build-arg COMPILER_NAME=arm-linux-gnueabihf-gcc --build-arg GOLANG_VERSION=go1.21.6
--build-arg COMPILER_NAME=arm-linux-gnueabihf-gcc --build-arg GOLANG_VERSION=go1.21.7
--build-arg PROTOC_VERSION=3.20.3 --build-arg TARGETARCH=arm --build-arg BUILD_ARCH=amd64
/go/src/github.com/gravitational/teleport
- docker logout "public.ecr.aws"
Expand Down Expand Up @@ -3448,7 +3448,7 @@ steps:
"linux/arm64" --tag drone-docker-registry:5000/teleport-operator:$(cat "/go/var/full-version")-arm64
--file "/go/src/github.com/gravitational/teleport/integrations/operator/Dockerfile"
--build-arg BUILDBOX=public.ecr.aws/gravitational/teleport-buildbox-arm:teleport15
--build-arg COMPILER_NAME=aarch64-linux-gnu-gcc --build-arg GOLANG_VERSION=go1.21.6
--build-arg COMPILER_NAME=aarch64-linux-gnu-gcc --build-arg GOLANG_VERSION=go1.21.7
--build-arg PROTOC_VERSION=3.20.3 --build-arg TARGETARCH=arm64 --build-arg BUILD_ARCH=amd64
/go/src/github.com/gravitational/teleport
- docker logout "public.ecr.aws"
Expand Down Expand Up @@ -4100,7 +4100,7 @@ steps:
"linux/amd64" --tag drone-docker-registry:5000/teleport-operator:$(cat "/go/var/full-version")-amd64
--file "/go/src/github.com/gravitational/teleport/integrations/operator/Dockerfile"
--build-arg BUILDBOX=public.ecr.aws/gravitational/teleport-buildbox:teleport15
--build-arg COMPILER_NAME=x86_64-linux-gnu-gcc --build-arg GOLANG_VERSION=go1.21.6
--build-arg COMPILER_NAME=x86_64-linux-gnu-gcc --build-arg GOLANG_VERSION=go1.21.7
--build-arg PROTOC_VERSION=3.20.3 --build-arg TARGETARCH=amd64 --build-arg BUILD_ARCH=amd64
/go/src/github.com/gravitational/teleport
- docker logout "public.ecr.aws"
Expand Down Expand Up @@ -4146,7 +4146,7 @@ steps:
"linux/arm" --tag drone-docker-registry:5000/teleport-operator:$(cat "/go/var/full-version")-arm
--file "/go/src/github.com/gravitational/teleport/integrations/operator/Dockerfile"
--build-arg BUILDBOX=public.ecr.aws/gravitational/teleport-buildbox-arm:teleport15
--build-arg COMPILER_NAME=arm-linux-gnueabihf-gcc --build-arg GOLANG_VERSION=go1.21.6
--build-arg COMPILER_NAME=arm-linux-gnueabihf-gcc --build-arg GOLANG_VERSION=go1.21.7
--build-arg PROTOC_VERSION=3.20.3 --build-arg TARGETARCH=arm --build-arg BUILD_ARCH=amd64
/go/src/github.com/gravitational/teleport
- docker logout "public.ecr.aws"
Expand Down Expand Up @@ -4192,7 +4192,7 @@ steps:
"linux/arm64" --tag drone-docker-registry:5000/teleport-operator:$(cat "/go/var/full-version")-arm64
--file "/go/src/github.com/gravitational/teleport/integrations/operator/Dockerfile"
--build-arg BUILDBOX=public.ecr.aws/gravitational/teleport-buildbox-arm:teleport15
--build-arg COMPILER_NAME=aarch64-linux-gnu-gcc --build-arg GOLANG_VERSION=go1.21.6
--build-arg COMPILER_NAME=aarch64-linux-gnu-gcc --build-arg GOLANG_VERSION=go1.21.7
--build-arg PROTOC_VERSION=3.20.3 --build-arg TARGETARCH=arm64 --build-arg BUILD_ARCH=amd64
/go/src/github.com/gravitational/teleport
- docker logout "public.ecr.aws"
Expand Down Expand Up @@ -4844,7 +4844,7 @@ steps:
"linux/amd64" --tag drone-docker-registry:5000/teleport-operator:$(cat "/go/var/full-version")-amd64
--file "/go/src/github.com/gravitational/teleport/integrations/operator/Dockerfile"
--build-arg BUILDBOX=public.ecr.aws/gravitational/teleport-buildbox:teleport15
--build-arg COMPILER_NAME=x86_64-linux-gnu-gcc --build-arg GOLANG_VERSION=go1.21.6
--build-arg COMPILER_NAME=x86_64-linux-gnu-gcc --build-arg GOLANG_VERSION=go1.21.7
--build-arg PROTOC_VERSION=3.20.3 --build-arg TARGETARCH=amd64 --build-arg BUILD_ARCH=amd64
/go/src/github.com/gravitational/teleport
- docker logout "public.ecr.aws"
Expand Down Expand Up @@ -4890,7 +4890,7 @@ steps:
"linux/arm" --tag drone-docker-registry:5000/teleport-operator:$(cat "/go/var/full-version")-arm
--file "/go/src/github.com/gravitational/teleport/integrations/operator/Dockerfile"
--build-arg BUILDBOX=public.ecr.aws/gravitational/teleport-buildbox-arm:teleport15
--build-arg COMPILER_NAME=arm-linux-gnueabihf-gcc --build-arg GOLANG_VERSION=go1.21.6
--build-arg COMPILER_NAME=arm-linux-gnueabihf-gcc --build-arg GOLANG_VERSION=go1.21.7
--build-arg PROTOC_VERSION=3.20.3 --build-arg TARGETARCH=arm --build-arg BUILD_ARCH=amd64
/go/src/github.com/gravitational/teleport
- docker logout "public.ecr.aws"
Expand Down Expand Up @@ -4936,7 +4936,7 @@ steps:
"linux/arm64" --tag drone-docker-registry:5000/teleport-operator:$(cat "/go/var/full-version")-arm64
--file "/go/src/github.com/gravitational/teleport/integrations/operator/Dockerfile"
--build-arg BUILDBOX=public.ecr.aws/gravitational/teleport-buildbox-arm:teleport15
--build-arg COMPILER_NAME=aarch64-linux-gnu-gcc --build-arg GOLANG_VERSION=go1.21.6
--build-arg COMPILER_NAME=aarch64-linux-gnu-gcc --build-arg GOLANG_VERSION=go1.21.7
--build-arg PROTOC_VERSION=3.20.3 --build-arg TARGETARCH=arm64 --build-arg BUILD_ARCH=amd64
/go/src/github.com/gravitational/teleport
- docker logout "public.ecr.aws"
Expand Down Expand Up @@ -5535,6 +5535,6 @@ image_pull_secrets:
- DOCKERHUB_CREDENTIALS
---
kind: signature
hmac: 92a1f74b485895beb8d16112085e6e018e471a0125c526a94fdc905706a3a12f
hmac: eb415cda936013d6e2a0a899253734e873a7bf743b1e2535b91ba8f7ce5c8c70

...
2 changes: 1 addition & 1 deletion build.assets/versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Keep versions in sync with devbox.json, when applicable.

# Sync with devbox.json.
GOLANG_VERSION ?= go1.21.6
GOLANG_VERSION ?= go1.21.7

NODE_VERSION ?= 18.18.2

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/gravitational/teleport

go 1.21

toolchain go1.21.6
toolchain go1.21.7

require (
cloud.google.com/go/compute v1.23.3
Expand Down

0 comments on commit 71f8860

Please sign in to comment.