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 @@ -1268,7 +1268,7 @@ type: kubernetes
name: build-linux-amd64-centos7
environment:
BUILDBOX_VERSION: teleport14
RUNTIME: go1.20.7
RUNTIME: go1.21.0
trigger:
event:
include:
Expand Down Expand Up @@ -1477,7 +1477,7 @@ type: kubernetes
name: build-linux-amd64-centos7-fips
environment:
BUILDBOX_VERSION: teleport14
RUNTIME: go1.20.7
RUNTIME: go1.21.0
trigger:
event:
include:
Expand Down Expand Up @@ -1685,7 +1685,7 @@ type: kubernetes
name: build-linux-amd64
environment:
BUILDBOX_VERSION: teleport14
RUNTIME: go1.20.7
RUNTIME: go1.21.0
trigger:
event:
include:
Expand Down Expand Up @@ -1900,7 +1900,7 @@ type: kubernetes
name: build-linux-amd64-fips
environment:
BUILDBOX_VERSION: teleport14
RUNTIME: go1.20.7
RUNTIME: go1.21.0
trigger:
event:
include:
Expand Down Expand Up @@ -3200,7 +3200,7 @@ type: kubernetes
name: build-linux-386
environment:
BUILDBOX_VERSION: teleport14
RUNTIME: go1.20.7
RUNTIME: go1.21.0
trigger:
event:
include:
Expand Down Expand Up @@ -4026,7 +4026,7 @@ type: kubernetes
name: build-linux-arm
environment:
BUILDBOX_VERSION: teleport14
RUNTIME: go1.20.7
RUNTIME: go1.21.0
trigger:
event:
include:
Expand Down Expand Up @@ -5355,7 +5355,7 @@ type: kubernetes
name: build-windows-amd64
environment:
BUILDBOX_VERSION: teleport14
RUNTIME: go1.20.7
RUNTIME: go1.21.0
trigger:
event:
include:
Expand Down Expand Up @@ -17069,6 +17069,6 @@ image_pull_secrets:
- DOCKERHUB_CREDENTIALS
---
kind: signature
hmac: a0cd6e281f864553c31bf642861283cdfa54275907721fcbd1949b3ca239a3e1
hmac: db22e0dbdfaf7b438259c59d1648a2de7dfc266c308fc650ccc1dd496f4dbd11

...
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ output:
uniq-by-line: false

run:
go: '1.20'
go: '1.21'
skip-dirs:
- (^|/)node_modules/
- ^api/gen/
Expand Down
2 changes: 1 addition & 1 deletion 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.7
GOLANG_VERSION ?= go1.21.0
Comment thread
codingllama marked this conversation as resolved.
Outdated

# Sync with devbox.json.
NODE_VERSION ?= 16.18.1
Expand Down
2 changes: 1 addition & 1 deletion docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,7 @@
"teleport": {
"major_version": "14",
"version": "14.0.0-dev",
"golang": "1.20",
"golang": "1.21",
"plugin": {
"version": "12.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion e
Submodule e updated from 81061b to ddf634