diff --git a/.drone.yml b/.drone.yml index 172afb01f8709..3d960971e6124 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1341,7 +1341,7 @@ type: kubernetes name: build-linux-amd64-centos7 environment: BUILDBOX_VERSION: teleport13 - RUNTIME: go1.20.6 + RUNTIME: go1.20.7 trigger: event: include: @@ -1550,7 +1550,7 @@ type: kubernetes name: build-linux-amd64-centos7-fips environment: BUILDBOX_VERSION: teleport13 - RUNTIME: go1.20.6 + RUNTIME: go1.20.7 trigger: event: include: @@ -1758,7 +1758,7 @@ type: kubernetes name: build-linux-amd64 environment: BUILDBOX_VERSION: teleport13 - RUNTIME: go1.20.6 + RUNTIME: go1.20.7 trigger: event: include: @@ -1973,7 +1973,7 @@ type: kubernetes name: build-linux-amd64-fips environment: BUILDBOX_VERSION: teleport13 - RUNTIME: go1.20.6 + RUNTIME: go1.20.7 trigger: event: include: @@ -3273,7 +3273,7 @@ type: kubernetes name: build-linux-386 environment: BUILDBOX_VERSION: teleport13 - RUNTIME: go1.20.6 + RUNTIME: go1.20.7 trigger: event: include: @@ -4099,7 +4099,7 @@ type: kubernetes name: build-linux-arm environment: BUILDBOX_VERSION: teleport13 - RUNTIME: go1.20.6 + RUNTIME: go1.20.7 trigger: event: include: @@ -5428,7 +5428,7 @@ type: kubernetes name: build-windows-amd64 environment: BUILDBOX_VERSION: teleport13 - RUNTIME: go1.20.6 + RUNTIME: go1.20.7 trigger: event: include: @@ -17092,6 +17092,6 @@ image_pull_secrets: - DOCKERHUB_CREDENTIALS --- kind: signature -hmac: e8967daaf34c8a5a834ec2b87e0d61ed2b2f0fde185bf6653db4659cb43d9e62 +hmac: ea74260b48fa18dcde03b7c64f6976a92708b3d84b932221a99a527cbfccd4e8 ... diff --git a/build.assets/Makefile b/build.assets/Makefile index 252f974903f2b..efe480ad35c7d 100644 --- a/build.assets/Makefile +++ b/build.assets/Makefile @@ -19,7 +19,7 @@ TEST_KUBE ?= OS ?= linux ARCH ?= amd64 -GOLANG_VERSION ?= go1.20.6 +GOLANG_VERSION ?= go1.20.7 NODE_VERSION ?= 16.18.1