Skip to content

Commit

Permalink
Bump Go to 1.17.9 (#11932)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0mant authored Apr 14, 2022
1 parent 4563f33 commit cd59194
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 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.7
RUNTIME: go1.17.9
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.7
RUNTIME: go1.17.9
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.7
RUNTIME: go1.17.9
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.7
RUNTIME: go1.17.9
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.7
RUNTIME: go1.17.9
- 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.7
RUNTIME: go1.17.9
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.7
RUNTIME: go1.17.9
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.7
RUNTIME: go1.17.9
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.7
RUNTIME: go1.17.9
trigger:
event:
include:
Expand Down Expand Up @@ -1374,7 +1374,7 @@ type: kubernetes
name: build-linux-amd64
environment:
BUILDBOX_VERSION: teleport9
RUNTIME: go1.17.7
RUNTIME: go1.17.9
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.7
RUNTIME: go1.17.9
trigger:
event:
include:
Expand Down Expand Up @@ -2372,7 +2372,7 @@ type: kubernetes
name: build-linux-386
environment:
BUILDBOX_VERSION: teleport9
RUNTIME: go1.17.7
RUNTIME: go1.17.9
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.7
RUNTIME: go1.17.9
- 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.7
RUNTIME: go1.17.9
trigger:
event:
include:
Expand Down Expand Up @@ -3584,7 +3584,7 @@ type: kubernetes
name: build-linux-arm64
environment:
BUILDBOX_VERSION: teleport9
RUNTIME: go1.17.7
RUNTIME: go1.17.9
trigger:
event:
include:
Expand Down Expand Up @@ -4434,7 +4434,7 @@ type: kubernetes
name: build-windows-amd64
environment:
BUILDBOX_VERSION: teleport9
RUNTIME: go1.17.7
RUNTIME: go1.17.9
trigger:
event:
include:
Expand Down Expand Up @@ -4585,7 +4585,7 @@ type: kubernetes
name: build-docker-images

environment:
RUNTIME: go1.17.2
RUNTIME: go1.17.9

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

...
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.7
GOLANG_VERSION ?= go1.17.9
RUST_VERSION ?= 1.58.1
BORINGCRYPTO_RUNTIME=$(GOLANG_VERSION)b7
LIBBPF_VERSION ?= 0.3.1
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The base image (buildbox:latest) is built by running `make -C build.assets`
# from the base repo directory $GOPATH/gravitational.com/teleport
FROM quay.io/gravitational/teleport-buildbox:go1.17.2
FROM quay.io/gravitational/teleport-buildbox:teleport9

# DEBUG=1 is needed for the Web UI to be loaded from static assets instead
# of the binary
Expand Down
2 changes: 1 addition & 1 deletion e
Submodule e updated from 6b343d to f6d4d4

0 comments on commit cd59194

Please sign in to comment.