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
14 changes: 7 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ type: kubernetes
name: build-linux-amd64-centos7
environment:
BUILDBOX_VERSION: teleport12
RUNTIME: go1.20.11
RUNTIME: go1.20.12
trigger:
event:
include:
Expand Down Expand Up @@ -1222,7 +1222,7 @@ type: kubernetes
name: build-linux-amd64-centos7-fips
environment:
BUILDBOX_VERSION: teleport12
RUNTIME: go1.20.11
RUNTIME: go1.20.12
trigger:
event:
include:
Expand Down Expand Up @@ -1430,7 +1430,7 @@ type: kubernetes
name: build-linux-amd64
environment:
BUILDBOX_VERSION: teleport12
RUNTIME: go1.20.11
RUNTIME: go1.20.12
trigger:
event:
include:
Expand Down Expand Up @@ -1645,7 +1645,7 @@ type: kubernetes
name: build-linux-amd64-fips
environment:
BUILDBOX_VERSION: teleport12
RUNTIME: go1.20.11
RUNTIME: go1.20.12
trigger:
event:
include:
Expand Down Expand Up @@ -2945,7 +2945,7 @@ type: kubernetes
name: build-linux-386
environment:
BUILDBOX_VERSION: teleport12
RUNTIME: go1.20.11
RUNTIME: go1.20.12
trigger:
event:
include:
Expand Down Expand Up @@ -3771,7 +3771,7 @@ type: kubernetes
name: build-linux-arm
environment:
BUILDBOX_VERSION: teleport12
RUNTIME: go1.20.11
RUNTIME: go1.20.12
trigger:
event:
include:
Expand Down Expand Up @@ -19264,6 +19264,6 @@ image_pull_secrets:
- DOCKERHUB_CREDENTIALS
---
kind: signature
hmac: c94d544ca9f9fe4fc75e90f0c46dc20f3f1030d242c541f4cab4b2066a078892
hmac: bc1d914fc32bcd68597f22fe1be6568fc9f718b5dfcecde022f7a69ba6b27a62

...
2 changes: 1 addition & 1 deletion build.assets/versions.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Keep all tool versions in one place.
# This file can be included in other Makefiles to avoid duplication.

GOLANG_VERSION ?= go1.20.11
GOLANG_VERSION ?= go1.20.12

NODE_VERSION ?= 18.18.2

Expand Down