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
16 changes: 8 additions & 8 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ type: kubernetes
name: build-linux-amd64-centos7
environment:
BUILDBOX_VERSION: teleport13
RUNTIME: go1.20.6
RUNTIME: go1.20.7
trigger:
event:
include:
Expand Down Expand Up @@ -1550,7 +1550,7 @@ type: kubernetes
name: build-linux-amd64-centos7-fips
environment:
BUILDBOX_VERSION: teleport13
RUNTIME: go1.20.6
RUNTIME: go1.20.7
trigger:
event:
include:
Expand Down Expand Up @@ -1758,7 +1758,7 @@ type: kubernetes
name: build-linux-amd64
environment:
BUILDBOX_VERSION: teleport13
RUNTIME: go1.20.6
RUNTIME: go1.20.7
trigger:
event:
include:
Expand Down Expand Up @@ -1973,7 +1973,7 @@ type: kubernetes
name: build-linux-amd64-fips
environment:
BUILDBOX_VERSION: teleport13
RUNTIME: go1.20.6
RUNTIME: go1.20.7
trigger:
event:
include:
Expand Down Expand Up @@ -3273,7 +3273,7 @@ type: kubernetes
name: build-linux-386
environment:
BUILDBOX_VERSION: teleport13
RUNTIME: go1.20.6
RUNTIME: go1.20.7
trigger:
event:
include:
Expand Down Expand Up @@ -4099,7 +4099,7 @@ type: kubernetes
name: build-linux-arm
environment:
BUILDBOX_VERSION: teleport13
RUNTIME: go1.20.6
RUNTIME: go1.20.7
trigger:
event:
include:
Expand Down Expand Up @@ -5428,7 +5428,7 @@ type: kubernetes
name: build-windows-amd64
environment:
BUILDBOX_VERSION: teleport13
RUNTIME: go1.20.6
RUNTIME: go1.20.7
trigger:
event:
include:
Expand Down Expand Up @@ -17092,6 +17092,6 @@ image_pull_secrets:
- DOCKERHUB_CREDENTIALS
---
kind: signature
hmac: e8967daaf34c8a5a834ec2b87e0d61ed2b2f0fde185bf6653db4659cb43d9e62
hmac: ea74260b48fa18dcde03b7c64f6976a92708b3d84b932221a99a527cbfccd4e8

...
2 changes: 1 addition & 1 deletion 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.6
GOLANG_VERSION ?= go1.20.7

NODE_VERSION ?= 16.18.1

Expand Down