From 122d00509e114d1216d2bcda82b3755cbdbb084b Mon Sep 17 00:00:00 2001 From: Marco Dinis Date: Wed, 8 May 2024 10:25:15 +0100 Subject: [PATCH] Update go to 1.21.10 --- access/discord/Makefile | 2 +- access/email/Makefile | 2 +- access/jira/Makefile | 2 +- access/mattermost/Makefile | 2 +- access/msteams/Makefile | 2 +- access/pagerduty/Makefile | 2 +- access/slack/Makefile | 2 +- docker/Makefile | 2 +- docker/plugins/Dockerfile | 2 +- event-handler/Makefile | 2 +- event-handler/build.assets/Makefile | 2 +- go.mod | 2 +- tooling/go.mod | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/access/discord/Makefile b/access/discord/Makefile index 4585fde3f..17b408d1b 100644 --- a/access/discord/Makefile +++ b/access/discord/Makefile @@ -1,5 +1,5 @@ VERSION?=15.3.1 -GO_VERSION=1.21.9 +GO_VERSION=1.21.10 BUILDDIR ?= build BINARY = $(BUILDDIR)/teleport-discord diff --git a/access/email/Makefile b/access/email/Makefile index f31dc1c90..3a23a10bb 100644 --- a/access/email/Makefile +++ b/access/email/Makefile @@ -1,5 +1,5 @@ VERSION?=15.3.1 -GO_VERSION=1.21.9 +GO_VERSION=1.21.10 BUILDDIR ?= build BINARY = $(BUILDDIR)/teleport-email diff --git a/access/jira/Makefile b/access/jira/Makefile index e418cdadf..edd45b12e 100644 --- a/access/jira/Makefile +++ b/access/jira/Makefile @@ -1,5 +1,5 @@ VERSION?=15.3.1 -GO_VERSION=1.21.9 +GO_VERSION=1.21.10 BUILDDIR ?= build BINARY = $(BUILDDIR)/teleport-jira diff --git a/access/mattermost/Makefile b/access/mattermost/Makefile index a60c04b1c..fce755604 100644 --- a/access/mattermost/Makefile +++ b/access/mattermost/Makefile @@ -1,5 +1,5 @@ VERSION?=15.3.1 -GO_VERSION=1.21.9 +GO_VERSION=1.21.10 BUILDDIR ?= build BINARY = $(BUILDDIR)/teleport-mattermost diff --git a/access/msteams/Makefile b/access/msteams/Makefile index 2603e3882..39751604d 100644 --- a/access/msteams/Makefile +++ b/access/msteams/Makefile @@ -1,5 +1,5 @@ VERSION?=15.3.1 -GO_VERSION=1.21.9 +GO_VERSION=1.21.10 BUILDDIR ?= build BINARY = $(BUILDDIR)/teleport-msteams diff --git a/access/pagerduty/Makefile b/access/pagerduty/Makefile index 057e18a8b..1f9c32be3 100644 --- a/access/pagerduty/Makefile +++ b/access/pagerduty/Makefile @@ -1,5 +1,5 @@ VERSION?=15.3.1 -GO_VERSION=1.21.9 +GO_VERSION=1.21.10 BUILDDIR ?= build BINARY = $(BUILDDIR)/teleport-pagerduty diff --git a/access/slack/Makefile b/access/slack/Makefile index 37b733a82..e26b3ed3d 100644 --- a/access/slack/Makefile +++ b/access/slack/Makefile @@ -1,5 +1,5 @@ VERSION?=15.3.1 -GO_VERSION=1.21.9 +GO_VERSION=1.21.10 BUILDDIR ?= build BINARY = $(BUILDDIR)/teleport-slack diff --git a/docker/Makefile b/docker/Makefile index 0315ffc24..224af6dd2 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -10,7 +10,7 @@ MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) # enterprise version, but has to be available on cdn.teleport.dev RELEASE ?= teleport-ent-v14.0.0-linux-amd64-bin -RUNTIME ?= go1.21.9 +RUNTIME ?= go1.21.10 BBOX ?= public.ecr.aws/gravitational/teleport-buildbox:$(RUNTIME) # Teleport CLI and plugins CLI flags to pass to them on start diff --git a/docker/plugins/Dockerfile b/docker/plugins/Dockerfile index a0883cf8a..929a0f191 100644 --- a/docker/plugins/Dockerfile +++ b/docker/plugins/Dockerfile @@ -1,5 +1,5 @@ # Defines Teleport Slack image, based on Teleport OSS image. -ARG RUNTIME="go1.21.9" +ARG RUNTIME="go1.21.10" ARG BBOX="public.ecr.aws/gravitational/teleport-buildbox" FROM $BBOX:$RUNTIME diff --git a/event-handler/Makefile b/event-handler/Makefile index d9b59498b..d5cd3d018 100644 --- a/event-handler/Makefile +++ b/event-handler/Makefile @@ -1,5 +1,5 @@ VERSION?=15.3.1 -GO_VERSION=1.21.9 +GO_VERSION=1.21.10 GITTAG=v$(VERSION) diff --git a/event-handler/build.assets/Makefile b/event-handler/build.assets/Makefile index 88886db26..282e5d0fc 100644 --- a/event-handler/build.assets/Makefile +++ b/event-handler/build.assets/Makefile @@ -1,5 +1,5 @@ VERSION=0.0.1 -GO_VERSION=1.21.9 +GO_VERSION=1.21.10 LOCALDIR := $(dir $(CURDIR)/$(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))) TOP ?= $(abspath $(LOCALDIR)/../..) SRCDIR=/go/src/github.com/gravitational/teleport-plugins/event-handler diff --git a/go.mod b/go.mod index 39a167517..995566990 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/gravitational/teleport-plugins go 1.21 -toolchain go1.21.9 +toolchain go1.21.10 require ( github.com/DanielTitkov/go-adaptive-cards v0.2.2 // indirect diff --git a/tooling/go.mod b/tooling/go.mod index a4d57f5fe..9cd648272 100644 --- a/tooling/go.mod +++ b/tooling/go.mod @@ -2,7 +2,7 @@ module github.com/gravitational/teleport-plugins/tooling go 1.21 -toolchain go1.21.9 +toolchain go1.21.10 require ( github.com/ProtonMail/go-crypto v1.0.0