Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v9] Update to Go 1.17.10 #12607

Merged
merged 1 commit into from May 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
36 changes: 18 additions & 18 deletions .drone.yml
Expand Up @@ -40,7 +40,7 @@ name: push-build-linux-amd64
environment:
BUILDBOX_VERSION: teleport9
GID: "1000"
RUNTIME: go1.17.9
RUNTIME: go1.17.10
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -143,7 +143,7 @@ name: push-build-linux-386
environment:
BUILDBOX_VERSION: teleport9
GID: "1000"
RUNTIME: go1.17.9
RUNTIME: go1.17.10
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -246,7 +246,7 @@ name: push-build-linux-amd64-fips
environment:
BUILDBOX_VERSION: teleport9
GID: "1000"
RUNTIME: go1.17.9
RUNTIME: go1.17.10
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -353,7 +353,7 @@ name: push-build-windows-amd64
environment:
BUILDBOX_VERSION: teleport9
GID: "1000"
RUNTIME: go1.17.9
RUNTIME: go1.17.10
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -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.9
RUNTIME: go1.17.10
- name: Install Rust Toolchain
commands:
- set -u
Expand Down Expand Up @@ -598,7 +598,7 @@ name: push-build-linux-arm
environment:
BUILDBOX_VERSION: teleport9
GID: "1000"
RUNTIME: go1.17.9
RUNTIME: go1.17.10
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -701,7 +701,7 @@ name: push-build-linux-arm64
environment:
BUILDBOX_VERSION: teleport9
GID: "1000"
RUNTIME: go1.17.9
RUNTIME: go1.17.10
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -1061,7 +1061,7 @@ type: kubernetes
name: build-linux-amd64-centos7
environment:
BUILDBOX_VERSION: teleport9
RUNTIME: go1.17.9
RUNTIME: go1.17.10
trigger:
event:
include:
Expand Down Expand Up @@ -1218,7 +1218,7 @@ type: kubernetes
name: build-linux-amd64-centos7-fips
environment:
BUILDBOX_VERSION: teleport9
RUNTIME: go1.17.9
RUNTIME: go1.17.10
trigger:
event:
include:
Expand Down Expand Up @@ -1374,7 +1374,7 @@ type: kubernetes
name: build-linux-amd64
environment:
BUILDBOX_VERSION: teleport9
RUNTIME: go1.17.9
RUNTIME: go1.17.10
trigger:
event:
include:
Expand Down Expand Up @@ -1528,7 +1528,7 @@ type: kubernetes
name: build-linux-amd64-fips
environment:
BUILDBOX_VERSION: teleport9
RUNTIME: go1.17.9
RUNTIME: go1.17.10
trigger:
event:
include:
Expand Down Expand Up @@ -2372,7 +2372,7 @@ type: kubernetes
name: build-linux-386
environment:
BUILDBOX_VERSION: teleport9
RUNTIME: go1.17.9
RUNTIME: go1.17.10
trigger:
event:
include:
Expand Down Expand Up @@ -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.9
RUNTIME: go1.17.10
- name: Install Rust Toolchain
commands:
- set -u
Expand Down Expand Up @@ -3430,7 +3430,7 @@ type: kubernetes
name: build-linux-arm
environment:
BUILDBOX_VERSION: teleport9
RUNTIME: go1.17.9
RUNTIME: go1.17.10
trigger:
event:
include:
Expand Down Expand Up @@ -3584,7 +3584,7 @@ type: kubernetes
name: build-linux-arm64
environment:
BUILDBOX_VERSION: teleport9
RUNTIME: go1.17.9
RUNTIME: go1.17.10
trigger:
event:
include:
Expand Down Expand Up @@ -4434,7 +4434,7 @@ type: kubernetes
name: build-windows-amd64
environment:
BUILDBOX_VERSION: teleport9
RUNTIME: go1.17.9
RUNTIME: go1.17.10
trigger:
event:
include:
Expand Down Expand Up @@ -4585,7 +4585,7 @@ type: kubernetes
name: build-docker-images

environment:
RUNTIME: go1.17.9
RUNTIME: go1.17.10

trigger:
event:
Expand Down Expand Up @@ -5388,6 +5388,6 @@ volumes:
name: drone-s3-debrepo-pvc
---
kind: signature
hmac: 66d0b44f8a3e7ace429c58b1ef1079f988264cf7e263a37d6502d2e7cc34283a
hmac: a69a72e681804104eef0e24827bc11a6c60937be27d560bbe8622448464c8cb2

...
2 changes: 1 addition & 1 deletion build.assets/Makefile
Expand Up @@ -17,7 +17,7 @@ TEST_KUBE ?=
OS ?= linux
ARCH ?= amd64
BUILDBOX_VERSION=teleport9
GOLANG_VERSION ?= go1.17.9
GOLANG_VERSION ?= go1.17.10
RUST_VERSION ?= 1.58.1
BORINGCRYPTO_RUNTIME=$(GOLANG_VERSION)b7
LIBBPF_VERSION ?= 0.3.1
Expand Down
2 changes: 1 addition & 1 deletion e
Submodule e updated from 47fc05 to 43423f