diff --git a/.drone.yml b/.drone.yml index 574b1514ba438..01e24a4c42741 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1268,7 +1268,7 @@ type: kubernetes name: build-linux-amd64-centos7 environment: BUILDBOX_VERSION: teleport14 - RUNTIME: go1.21.0 + RUNTIME: go1.20.7 trigger: event: include: @@ -1477,7 +1477,7 @@ type: kubernetes name: build-linux-amd64-centos7-fips environment: BUILDBOX_VERSION: teleport14 - RUNTIME: go1.21.0 + RUNTIME: go1.20.7 trigger: event: include: @@ -1685,7 +1685,7 @@ type: kubernetes name: build-linux-amd64 environment: BUILDBOX_VERSION: teleport14 - RUNTIME: go1.21.0 + RUNTIME: go1.20.7 trigger: event: include: @@ -1900,7 +1900,7 @@ type: kubernetes name: build-linux-amd64-fips environment: BUILDBOX_VERSION: teleport14 - RUNTIME: go1.21.0 + RUNTIME: go1.20.7 trigger: event: include: @@ -3200,7 +3200,7 @@ type: kubernetes name: build-linux-386 environment: BUILDBOX_VERSION: teleport14 - RUNTIME: go1.21.0 + RUNTIME: go1.20.7 trigger: event: include: @@ -4026,7 +4026,7 @@ type: kubernetes name: build-linux-arm environment: BUILDBOX_VERSION: teleport14 - RUNTIME: go1.21.0 + RUNTIME: go1.20.7 trigger: event: include: @@ -5355,7 +5355,7 @@ type: kubernetes name: build-windows-amd64 environment: BUILDBOX_VERSION: teleport14 - RUNTIME: go1.21.0 + RUNTIME: go1.20.7 trigger: event: include: @@ -17069,6 +17069,6 @@ image_pull_secrets: - DOCKERHUB_CREDENTIALS --- kind: signature -hmac: db22e0dbdfaf7b438259c59d1648a2de7dfc266c308fc650ccc1dd496f4dbd11 +hmac: a0cd6e281f864553c31bf642861283cdfa54275907721fcbd1949b3ca239a3e1 ... diff --git a/.golangci.yml b/.golangci.yml index 19d759f10caf1..0898d00340802 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -72,7 +72,7 @@ output: uniq-by-line: false run: - go: '1.21' + go: '1.20' skip-dirs: - (^|/)node_modules/ - ^api/gen/ diff --git a/build.assets/versions.mk b/build.assets/versions.mk index 5aaa140f7ec9a..2e016936e6ef8 100644 --- a/build.assets/versions.mk +++ b/build.assets/versions.mk @@ -2,7 +2,7 @@ # This file can be included in other Makefiles to avoid duplication. # Sync with devbox.json. -GOLANG_VERSION ?= go1.21.0 +GOLANG_VERSION ?= go1.20.7 # Sync with devbox.json. NODE_VERSION ?= 16.18.1 diff --git a/docs/config.json b/docs/config.json index 660c807d7a095..2b49210083527 100644 --- a/docs/config.json +++ b/docs/config.json @@ -1599,7 +1599,7 @@ "teleport": { "major_version": "14", "version": "14.0.0-dev", - "golang": "1.21", + "golang": "1.20", "plugin": { "version": "12.1.1" },