Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Update go to 1.21.9 (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoandredinis authored Apr 4, 2024
1 parent a7eff09 commit dd4ce24
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion access/discord/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION?=15.2.0
GO_VERSION=1.21.8
GO_VERSION=1.21.9

BUILDDIR ?= build
BINARY = $(BUILDDIR)/teleport-discord
Expand Down
2 changes: 1 addition & 1 deletion access/email/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION?=15.2.0
GO_VERSION=1.21.8
GO_VERSION=1.21.9

BUILDDIR ?= build
BINARY = $(BUILDDIR)/teleport-email
Expand Down
2 changes: 1 addition & 1 deletion access/jira/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION?=15.2.0
GO_VERSION=1.21.8
GO_VERSION=1.21.9

BUILDDIR ?= build
BINARY = $(BUILDDIR)/teleport-jira
Expand Down
2 changes: 1 addition & 1 deletion access/mattermost/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION?=15.2.0
GO_VERSION=1.21.8
GO_VERSION=1.21.9

BUILDDIR ?= build
BINARY = $(BUILDDIR)/teleport-mattermost
Expand Down
2 changes: 1 addition & 1 deletion access/msteams/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION?=15.2.0
GO_VERSION=1.21.8
GO_VERSION=1.21.9

BUILDDIR ?= build
BINARY = $(BUILDDIR)/teleport-msteams
Expand Down
2 changes: 1 addition & 1 deletion access/pagerduty/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION?=15.2.0
GO_VERSION=1.21.8
GO_VERSION=1.21.9

BUILDDIR ?= build
BINARY = $(BUILDDIR)/teleport-pagerduty
Expand Down
2 changes: 1 addition & 1 deletion access/slack/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION?=15.2.0
GO_VERSION=1.21.8
GO_VERSION=1.21.9

BUILDDIR ?= build
BINARY = $(BUILDDIR)/teleport-slack
Expand Down
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.8
RUNTIME ?= go1.21.9
BBOX ?= public.ecr.aws/gravitational/teleport-buildbox:$(RUNTIME)

# Teleport CLI and plugins CLI flags to pass to them on start
Expand Down
2 changes: 1 addition & 1 deletion docker/plugins/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Defines Teleport Slack image, based on Teleport OSS image.
ARG RUNTIME="go1.21.8"
ARG RUNTIME="go1.21.9"
ARG BBOX="public.ecr.aws/gravitational/teleport-buildbox"
FROM $BBOX:$RUNTIME

Expand Down
2 changes: 1 addition & 1 deletion event-handler/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION?=15.2.0
GO_VERSION=1.21.8
GO_VERSION=1.21.9

GITTAG=v$(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion event-handler/build.assets/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION=0.0.1
GO_VERSION=1.21.8
GO_VERSION=1.21.9
LOCALDIR := $(dir $(CURDIR)/$(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
TOP ?= $(abspath $(LOCALDIR)/../..)
SRCDIR=/go/src/github.com/gravitational/teleport-plugins/event-handler
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/gravitational/teleport-plugins

go 1.21

toolchain go1.21.8
toolchain go1.21.9

require (
github.com/DanielTitkov/go-adaptive-cards v0.2.2
Expand Down
2 changes: 1 addition & 1 deletion tooling/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/gravitational/teleport-plugins/tooling

go 1.21

toolchain go1.21.8
toolchain go1.21.9

require (
github.com/ProtonMail/go-crypto v1.0.0
Expand Down

0 comments on commit dd4ce24

Please sign in to comment.