Skip to content

Commit

Permalink
Bump Go to 1.17.9 (#11933)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0mant authored Apr 14, 2022
1 parent e793560 commit 9a413ac
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type: kubernetes
name: push-build-linux-amd64
environment:
GID: "1000"
RUNTIME: go1.17.3
RUNTIME: go1.17.9
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -141,7 +141,7 @@ type: kubernetes
name: push-build-linux-386
environment:
GID: "1000"
RUNTIME: go1.17.3
RUNTIME: go1.17.9
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -243,7 +243,7 @@ type: kubernetes
name: push-build-linux-amd64-fips
environment:
GID: "1000"
RUNTIME: go1.17.3
RUNTIME: go1.17.9
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -349,7 +349,7 @@ type: kubernetes
name: push-build-windows-amd64
environment:
GID: "1000"
RUNTIME: go1.17.3
RUNTIME: go1.17.9
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -509,7 +509,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.3
RUNTIME: go1.17.9
- name: Install Rust Toolchain
commands:
- set -u
Expand Down Expand Up @@ -593,7 +593,7 @@ type: kubernetes
name: push-build-linux-arm
environment:
GID: "1000"
RUNTIME: go1.17.3
RUNTIME: go1.17.9
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -695,7 +695,7 @@ type: kubernetes
name: push-build-linux-arm64
environment:
GID: "1000"
RUNTIME: go1.17.3
RUNTIME: go1.17.9
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -1054,7 +1054,7 @@ kind: pipeline
type: kubernetes
name: build-linux-amd64-centos7
environment:
RUNTIME: go1.17.3
RUNTIME: go1.17.9
trigger:
event:
include:
Expand Down Expand Up @@ -1210,7 +1210,7 @@ kind: pipeline
type: kubernetes
name: build-linux-amd64-centos7-fips
environment:
RUNTIME: go1.17.3
RUNTIME: go1.17.9
trigger:
event:
include:
Expand Down Expand Up @@ -1365,7 +1365,7 @@ kind: pipeline
type: kubernetes
name: build-linux-amd64
environment:
RUNTIME: go1.17.3
RUNTIME: go1.17.9
trigger:
event:
include:
Expand Down Expand Up @@ -1518,7 +1518,7 @@ kind: pipeline
type: kubernetes
name: build-linux-amd64-fips
environment:
RUNTIME: go1.17.3
RUNTIME: go1.17.9
trigger:
event:
include:
Expand Down Expand Up @@ -1671,7 +1671,7 @@ kind: pipeline
type: kubernetes
name: build-linux-amd64-centos6
environment:
RUNTIME: go1.17.3
RUNTIME: go1.17.9
trigger:
event:
include:
Expand Down Expand Up @@ -2524,7 +2524,7 @@ kind: pipeline
type: kubernetes
name: build-linux-386
environment:
RUNTIME: go1.17.3
RUNTIME: go1.17.9
trigger:
event:
include:
Expand Down Expand Up @@ -3084,7 +3084,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.3
RUNTIME: go1.17.9
- name: Install Rust Toolchain
commands:
- set -u
Expand Down Expand Up @@ -3581,7 +3581,7 @@ kind: pipeline
type: kubernetes
name: build-linux-arm
environment:
RUNTIME: go1.17.3
RUNTIME: go1.17.9
trigger:
event:
include:
Expand Down Expand Up @@ -3734,7 +3734,7 @@ kind: pipeline
type: kubernetes
name: build-linux-arm64
environment:
RUNTIME: go1.17.3
RUNTIME: go1.17.9
trigger:
event:
include:
Expand Down Expand Up @@ -4583,7 +4583,7 @@ kind: pipeline
type: kubernetes
name: build-windows-amd64
environment:
RUNTIME: go1.17.3
RUNTIME: go1.17.9
trigger:
event:
include:
Expand Down Expand Up @@ -4734,7 +4734,7 @@ type: kubernetes
name: build-docker-images

environment:
RUNTIME: go1.17.3
RUNTIME: go1.17.9

trigger:
event:
Expand Down Expand Up @@ -5059,7 +5059,7 @@ type: kubernetes
name: build-buildboxes
environment:
GID: "1000"
RUNTIME: go1.17.3
RUNTIME: go1.17.9
BUILDBOX_VERSION: teleport8
UID: "1000"
trigger:
Expand Down Expand Up @@ -5467,6 +5467,6 @@ volumes:
name: drone-s3-debrepo-pvc
---
kind: signature
hmac: 720c1d6c0112702a8026a1baca00dbf7acd41341ab7c5cc7563b304aaefecd20
hmac: 75eadceedad106169a18acc0164ab8443b7597fadc48c5f500af9ce3482ad343

...
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=teleport8
GOLANG_VERSION=go1.17.3
GOLANG_VERSION=go1.17.9
RUST_VERSION ?= 1.56.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.3
FROM quay.io/gravitational/teleport-buildbox:teleport8

# 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 177a5d to 9980ea

0 comments on commit 9a413ac

Please sign in to comment.