From 4633644485ae9b40bd1e21819ec239bd6834022c Mon Sep 17 00:00:00 2001 From: Alan Parra Date: Wed, 2 Aug 2023 10:43:12 -0300 Subject: [PATCH 1/2] chore: Bump Go to 1.20.7 --- build.assets/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 5f39c9f151266206ce2a2b8410e6637b8f96f9e2 Mon Sep 17 00:00:00 2001 From: Alan Parra Date: Wed, 2 Aug 2023 10:43:15 -0300 Subject: [PATCH 2/2] Run `make dronegen` --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 ...