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.11 #13104

Merged
merged 3 commits into from
Jun 2, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
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.10
RUNTIME: go1.17.11
- 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.10
RUNTIME: go1.17.11
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.10
RUNTIME: go1.17.11
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.10
RUNTIME: go1.17.11
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.10
RUNTIME: go1.17.11
trigger:
event:
include:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
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.10
RUNTIME: go1.17.11
- 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.10
RUNTIME: go1.17.11
trigger:
event:
include:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -5388,6 +5388,6 @@ volumes:
name: drone-s3-debrepo-pvc
---
kind: signature
hmac: a24eab4a6bee1b50475f5ed39876c0e1a5947cb37849558f5b9d1c678e1fa87a
hmac: 1b23c22f0b0eb99b4b1df555b1aeb10db2b27f7719076196c776ed9fec87460c

...
2 changes: 1 addition & 1 deletion build.assets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion e
Submodule e updated from 0477fb to ece47e