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: teleport14
GID: "1000"
RUNTIME: go1.20.4
RUNTIME: go1.20.5
Comment thread
codingllama marked this conversation as resolved.
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -155,7 +155,7 @@ name: push-build-linux-386
environment:
BUILDBOX_VERSION: teleport14
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: teleport14
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: teleport14
GID: "1000"
RUNTIME: go1.20.4
RUNTIME: go1.20.5
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -1042,7 +1042,7 @@ name: push-build-linux-arm
environment:
BUILDBOX_VERSION: teleport14
GID: "1000"
RUNTIME: go1.20.4
RUNTIME: go1.20.5
UID: "1000"
trigger:
event:
Expand Down Expand Up @@ -1479,7 +1479,7 @@ type: kubernetes
name: build-linux-amd64-centos7
environment:
BUILDBOX_VERSION: teleport14
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -1688,7 +1688,7 @@ type: kubernetes
name: build-linux-amd64-centos7-fips
environment:
BUILDBOX_VERSION: teleport14
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -1896,7 +1896,7 @@ type: kubernetes
name: build-linux-amd64
environment:
BUILDBOX_VERSION: teleport14
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -2111,7 +2111,7 @@ type: kubernetes
name: build-linux-amd64-fips
environment:
BUILDBOX_VERSION: teleport14
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -3411,7 +3411,7 @@ type: kubernetes
name: build-linux-386
environment:
BUILDBOX_VERSION: teleport14
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -4237,7 +4237,7 @@ type: kubernetes
name: build-linux-arm
environment:
BUILDBOX_VERSION: teleport14
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -5566,7 +5566,7 @@ type: kubernetes
name: build-windows-amd64
environment:
BUILDBOX_VERSION: teleport14
RUNTIME: go1.20.4
RUNTIME: go1.20.5
trigger:
event:
include:
Expand Down Expand Up @@ -17230,6 +17230,6 @@ image_pull_secrets:
- DOCKERHUB_CREDENTIALS
---
kind: signature
hmac: a07eb27d94c8fe53e608a6876668464b470cbd061c5ea7cb18e83a7e3a673cbd
hmac: 91a2ca37bd7d648e1bebd19817df269bf4498c881d8e02c64105b78fb3121c68

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

# Sync with devbox.json.
GOLANG_VERSION ?= go1.20.4
GOLANG_VERSION ?= go1.20.5

# Sync with devbox.json.
NODE_VERSION ?= 16.18.1
Expand All @@ -33,7 +33,7 @@ LIBPCSCLITE_VERSION ?= 1.9.9-teleport

# Sync any version changes below with devbox.json.
# 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
2 changes: 1 addition & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"addlicense@1.0.0",
"bash",
"bats@1.3.0",
"github:nixos/nixpkgs/757a0d107c238d031652a8c09d1f6bf1b6f523a3#buf",
"github:nixos/nixpkgs/d7f28652048b3bed6a512542e62ea1a50691e349#buf",
"clang@11.1.0",
"gci@0.9.1",
"git",
Expand Down