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: teleport13
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: teleport13
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: teleport13
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: teleport13
GID: "1000"
RUNTIME: go1.20.4
RUNTIME: go1.20.5
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -1115,7 +1115,7 @@ name: push-build-linux-arm
environment:
BUILDBOX_VERSION: teleport13
GID: "1000"
RUNTIME: go1.20.4
RUNTIME: go1.20.5
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -1552,7 +1552,7 @@ type: kubernetes
name: build-linux-amd64-centos7
environment:
BUILDBOX_VERSION: teleport13
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -1761,7 +1761,7 @@ type: kubernetes
name: build-linux-amd64-centos7-fips
environment:
BUILDBOX_VERSION: teleport13
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -1969,7 +1969,7 @@ type: kubernetes
name: build-linux-amd64
environment:
BUILDBOX_VERSION: teleport13
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -2184,7 +2184,7 @@ type: kubernetes
name: build-linux-amd64-fips
environment:
BUILDBOX_VERSION: teleport13
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -3484,7 +3484,7 @@ type: kubernetes
name: build-linux-386
environment:
BUILDBOX_VERSION: teleport13
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -4310,7 +4310,7 @@ type: kubernetes
name: build-linux-arm
environment:
BUILDBOX_VERSION: teleport13
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -5639,7 +5639,7 @@ type: kubernetes
name: build-windows-amd64
environment:
BUILDBOX_VERSION: teleport13
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -17179,6 +17179,6 @@ image_pull_secrets:
- DOCKERHUB_CREDENTIALS
---
kind: signature
hmac: 6f4f4eab5a74e2b244b0ba1a3255403780706feb07f766092f4a1240b6e402ca
hmac: a385fa5346a20add57dd075b046a3f1b1459b4592b86d90902112dfc596c3b11

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

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

NODE_VERSION ?= 16.18.1

Expand All @@ -29,7 +29,7 @@ LIBBPF_VERSION ?= 1.0.1
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