Skip to content
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
26 changes: 13 additions & 13 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: teleport11
GID: "1000"
RUNTIME: go1.20.4
RUNTIME: go1.20.5
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -155,7 +155,7 @@ name: push-build-linux-386
environment:
BUILDBOX_VERSION: teleport11
GID: "1000"
RUNTIME: go1.20.4
RUNTIME: go1.20.5
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -269,7 +269,7 @@ name: push-build-linux-amd64-fips
environment:
BUILDBOX_VERSION: teleport11
GID: "1000"
RUNTIME: go1.20.4
RUNTIME: go1.20.5
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -387,7 +387,7 @@ name: push-build-windows-amd64
environment:
BUILDBOX_VERSION: teleport11
GID: "1000"
RUNTIME: go1.20.4
RUNTIME: go1.20.5
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -1067,7 +1067,7 @@ name: push-build-linux-arm
environment:
BUILDBOX_VERSION: teleport11
GID: "1000"
RUNTIME: go1.20.4
RUNTIME: go1.20.5
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -1587,7 +1587,7 @@ type: kubernetes
name: build-linux-amd64-centos7
environment:
BUILDBOX_VERSION: teleport11
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -1796,7 +1796,7 @@ type: kubernetes
name: build-linux-amd64-centos7-fips
environment:
BUILDBOX_VERSION: teleport11
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -2004,7 +2004,7 @@ type: kubernetes
name: build-linux-amd64
environment:
BUILDBOX_VERSION: teleport11
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -2219,7 +2219,7 @@ type: kubernetes
name: build-linux-amd64-fips
environment:
BUILDBOX_VERSION: teleport11
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -3519,7 +3519,7 @@ type: kubernetes
name: build-linux-386
environment:
BUILDBOX_VERSION: teleport11
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -4345,7 +4345,7 @@ type: kubernetes
name: build-linux-arm
environment:
BUILDBOX_VERSION: teleport11
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -5674,7 +5674,7 @@ type: kubernetes
name: build-windows-amd64
environment:
BUILDBOX_VERSION: teleport11
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -18973,6 +18973,6 @@ image_pull_secrets:
- DOCKERHUB_CREDENTIALS
---
kind: signature
hmac: 09a7dcf5715388f8c5c8a9ccd7f0cb9ee1a538d9ecb0a5137c21cb56013da96b
hmac: d763fe76a6a873aef60550567e750f7520005812046293d35dcb0646b4005040

...
4 changes: 2 additions & 2 deletions build.assets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TEST_KUBE ?=
OS ?= linux
ARCH ?= amd64

GOLANG_VERSION ?= go1.20.4
GOLANG_VERSION ?= go1.20.5

NODE_VERSION ?= 16.18.1

Expand All @@ -28,7 +28,7 @@ LIBBPF_VERSION ?= 0.7.0-teleport
LIBPCSCLITE_VERSION ?= 1.9.9-teleport

# Protogen related versions.
BUF_VERSION ?= 1.20.0
BUF_VERSION ?= 1.21.0
# Keep in sync with api/proto/buf.yaml (and buf.lock)
GOGO_PROTO_TAG ?= v1.3.2
NODE_GRPC_TOOLS_VERSION ?= 1.12.4
Expand Down