diff --git a/.drone.yml b/.drone.yml index 2936c707253f9..0a55679c103a8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,7 +40,7 @@ name: push-build-linux-amd64 environment: BUILDBOX_VERSION: teleport9 GID: "1000" - RUNTIME: go1.17.10 + RUNTIME: go1.17.11 UID: "1000" trigger: event: @@ -143,7 +143,7 @@ name: push-build-linux-386 environment: BUILDBOX_VERSION: teleport9 GID: "1000" - RUNTIME: go1.17.10 + RUNTIME: go1.17.11 UID: "1000" trigger: event: @@ -246,7 +246,7 @@ name: push-build-linux-amd64-fips environment: BUILDBOX_VERSION: teleport9 GID: "1000" - RUNTIME: go1.17.10 + RUNTIME: go1.17.11 UID: "1000" trigger: event: @@ -353,7 +353,7 @@ name: push-build-windows-amd64 environment: BUILDBOX_VERSION: teleport9 GID: "1000" - RUNTIME: go1.17.10 + RUNTIME: go1.17.11 UID: "1000" trigger: event: @@ -513,7 +513,7 @@ steps: - tar -C ~/build-$DRONE_BUILD_NUMBER-$DRONE_BUILD_CREATED-toolchains -xzf $RUNTIME.darwin-amd64.tar.gz - rm -rf $RUNTIME.darwin-amd64.tar.gz environment: - RUNTIME: go1.17.10 + RUNTIME: go1.17.11 - name: Install Rust Toolchain commands: - set -u @@ -598,7 +598,7 @@ name: push-build-linux-arm environment: BUILDBOX_VERSION: teleport9 GID: "1000" - RUNTIME: go1.17.10 + RUNTIME: go1.17.11 UID: "1000" trigger: event: @@ -701,7 +701,7 @@ name: push-build-linux-arm64 environment: BUILDBOX_VERSION: teleport9 GID: "1000" - RUNTIME: go1.17.10 + RUNTIME: go1.17.11 UID: "1000" trigger: event: @@ -1061,7 +1061,7 @@ type: kubernetes name: build-linux-amd64-centos7 environment: BUILDBOX_VERSION: teleport9 - RUNTIME: go1.17.10 + RUNTIME: go1.17.11 trigger: event: include: @@ -1218,7 +1218,7 @@ type: kubernetes name: build-linux-amd64-centos7-fips environment: BUILDBOX_VERSION: teleport9 - RUNTIME: go1.17.10 + RUNTIME: go1.17.11 trigger: event: include: @@ -1374,7 +1374,7 @@ type: kubernetes name: build-linux-amd64 environment: BUILDBOX_VERSION: teleport9 - RUNTIME: go1.17.10 + RUNTIME: go1.17.11 trigger: event: include: @@ -1528,7 +1528,7 @@ type: kubernetes name: build-linux-amd64-fips environment: BUILDBOX_VERSION: teleport9 - RUNTIME: go1.17.10 + RUNTIME: go1.17.11 trigger: event: include: @@ -2372,7 +2372,7 @@ type: kubernetes name: build-linux-386 environment: BUILDBOX_VERSION: teleport9 - RUNTIME: go1.17.10 + RUNTIME: go1.17.11 trigger: event: include: @@ -2932,7 +2932,7 @@ steps: - tar -C ~/build-$DRONE_BUILD_NUMBER-$DRONE_BUILD_CREATED-toolchains -xzf $RUNTIME.darwin-amd64.tar.gz - rm -rf $RUNTIME.darwin-amd64.tar.gz environment: - RUNTIME: go1.17.10 + RUNTIME: go1.17.11 - name: Install Rust Toolchain commands: - set -u @@ -3430,7 +3430,7 @@ type: kubernetes name: build-linux-arm environment: BUILDBOX_VERSION: teleport9 - RUNTIME: go1.17.10 + RUNTIME: go1.17.11 trigger: event: include: @@ -3584,7 +3584,7 @@ type: kubernetes name: build-linux-arm64 environment: BUILDBOX_VERSION: teleport9 - RUNTIME: go1.17.10 + RUNTIME: go1.17.11 trigger: event: include: @@ -4434,7 +4434,7 @@ type: kubernetes name: build-windows-amd64 environment: BUILDBOX_VERSION: teleport9 - RUNTIME: go1.17.10 + RUNTIME: go1.17.11 trigger: event: include: @@ -5388,6 +5388,6 @@ volumes: name: drone-s3-debrepo-pvc --- kind: signature -hmac: a24eab4a6bee1b50475f5ed39876c0e1a5947cb37849558f5b9d1c678e1fa87a +hmac: 1b23c22f0b0eb99b4b1df555b1aeb10db2b27f7719076196c776ed9fec87460c ... diff --git a/build.assets/Makefile b/build.assets/Makefile index d9f6fa54f8dc5..c2028c75cc9c9 100644 --- a/build.assets/Makefile +++ b/build.assets/Makefile @@ -17,7 +17,7 @@ TEST_KUBE ?= OS ?= linux ARCH ?= amd64 BUILDBOX_VERSION=teleport9 -GOLANG_VERSION ?= go1.17.10 +GOLANG_VERSION ?= go1.17.11 RUST_VERSION ?= 1.58.1 BORINGCRYPTO_RUNTIME=$(GOLANG_VERSION)b7 LIBBPF_VERSION ?= 0.3.1 diff --git a/e b/e index 0477fb0c156e2..ece47e31851d3 160000 --- a/e +++ b/e @@ -1 +1 @@ -Subproject commit 0477fb0c156e2d248e4ad12ab312ce60f3c58296 +Subproject commit ece47e31851d35ba7ad5e81fd74f5e0b27936815