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

[v10] chore: Bump Go to 1.19.7 #22729

Merged
merged 3 commits into from
Mar 7, 2023
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
34 changes: 17 additions & 17 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ name: push-build-linux-amd64
environment:
BUILDBOX_VERSION: teleport10
GID: "1000"
RUNTIME: go1.19.6
RUNTIME: go1.19.7
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -144,7 +144,7 @@ name: push-build-linux-386
environment:
BUILDBOX_VERSION: teleport10
GID: "1000"
RUNTIME: go1.19.6
RUNTIME: go1.19.7
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -247,7 +247,7 @@ name: push-build-linux-amd64-fips
environment:
BUILDBOX_VERSION: teleport10
GID: "1000"
RUNTIME: go1.19.6
RUNTIME: go1.19.7
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -354,7 +354,7 @@ name: push-build-windows-amd64
environment:
BUILDBOX_VERSION: teleport10
GID: "1000"
RUNTIME: go1.19.6
RUNTIME: go1.19.7
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -512,7 +512,7 @@ steps:
- tar -C /tmp/build-$DRONE_BUILD_NUMBER-$DRONE_BUILD_CREATED/toolchains -xzf $RUNTIME.darwin-amd64.tar.gz
- rm -rf $RUNTIME.darwin-amd64.tar.gz
environment:
RUNTIME: go1.19.6
RUNTIME: go1.19.7
- name: Install Rust Toolchain
commands:
- set -u
Expand Down Expand Up @@ -1076,7 +1076,7 @@ name: push-build-linux-arm
environment:
BUILDBOX_VERSION: teleport10
GID: "1000"
RUNTIME: go1.19.6
RUNTIME: go1.19.7
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -1179,7 +1179,7 @@ name: push-build-linux-arm64
environment:
BUILDBOX_VERSION: teleport10
GID: "1000"
RUNTIME: go1.19.6
RUNTIME: go1.19.7
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -1594,7 +1594,7 @@ type: kubernetes
name: build-linux-amd64-centos7
environment:
BUILDBOX_VERSION: teleport10
RUNTIME: go1.19.6
RUNTIME: go1.19.7
trigger:
event:
include:
Expand Down Expand Up @@ -1782,7 +1782,7 @@ type: kubernetes
name: build-linux-amd64-centos7-fips
environment:
BUILDBOX_VERSION: teleport10
RUNTIME: go1.19.6
RUNTIME: go1.19.7
trigger:
event:
include:
Expand Down Expand Up @@ -1969,7 +1969,7 @@ type: kubernetes
name: build-linux-amd64
environment:
BUILDBOX_VERSION: teleport10
RUNTIME: go1.19.6
RUNTIME: go1.19.7
trigger:
event:
include:
Expand Down Expand Up @@ -2163,7 +2163,7 @@ type: kubernetes
name: build-linux-amd64-fips
environment:
BUILDBOX_VERSION: teleport10
RUNTIME: go1.19.6
RUNTIME: go1.19.7
trigger:
event:
include:
Expand Down Expand Up @@ -3366,7 +3366,7 @@ type: kubernetes
name: build-linux-386
environment:
BUILDBOX_VERSION: teleport10
RUNTIME: go1.19.6
RUNTIME: go1.19.7
trigger:
event:
include:
Expand Down Expand Up @@ -4121,7 +4121,7 @@ steps:
- tar -C /tmp/build-$DRONE_BUILD_NUMBER-$DRONE_BUILD_CREATED/toolchains -xzf $RUNTIME.darwin-amd64.tar.gz
- rm -rf $RUNTIME.darwin-amd64.tar.gz
environment:
RUNTIME: go1.19.6
RUNTIME: go1.19.7
- name: Install Rust Toolchain
commands:
- set -u
Expand Down Expand Up @@ -4713,7 +4713,7 @@ type: kubernetes
name: build-linux-arm
environment:
BUILDBOX_VERSION: teleport10
RUNTIME: go1.19.6
RUNTIME: go1.19.7
trigger:
event:
include:
Expand Down Expand Up @@ -4899,7 +4899,7 @@ name: build-linux-arm64
environment:
BUILDBOX_VERSION: teleport10
GID: "1000"
RUNTIME: go1.19.6
RUNTIME: go1.19.7
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -5981,7 +5981,7 @@ type: kubernetes
name: build-windows-amd64
environment:
BUILDBOX_VERSION: teleport10
RUNTIME: go1.19.6
RUNTIME: go1.19.7
trigger:
event:
include:
Expand Down Expand Up @@ -18249,6 +18249,6 @@ volumes:
temp: {}
---
kind: signature
hmac: f64943ca8abd04f748cbf1ac3e163c244a2990d3d5c95e2d5a1605e4877c79b6
hmac: 6ab9428ca14e7961ff6fbc2e5ba52304e76d451ef943d76344d4a69ed7774dee

...
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
GOLANG_VERSION ?= go1.19.6
GOLANG_VERSION ?= go1.19.7
# run lint-rust check locally before merging code after you bump this
RUST_VERSION ?= 1.67.0
NODE_VERSION ?= 16.13.2
Expand Down
2 changes: 1 addition & 1 deletion e
Submodule e updated from ff9296 to fc3d90