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

Commit

Permalink
update go 1.21.5 (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoandredinis authored Dec 6, 2023
1 parent d6835de commit fc8eeed
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 deletions.
18 changes: 9 additions & 9 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ steps:
- make lint

- name: Run tests
image: golang:1.21.4
image: golang:1.21.5
environment:
RUNNER_TEMP: /tmp
TELEPORT_ENTERPRISE_LICENSE:
Expand Down Expand Up @@ -66,7 +66,7 @@ workspace:

steps:
- name: Build artifacts
image: golang:1.21.4
image: golang:1.21.5
commands:
- make build-all

Expand Down Expand Up @@ -97,7 +97,7 @@ workspace:

steps:
- name: Build artifacts
image: golang:1.21.4
image: golang:1.21.5
commands:
- mkdir -p build/
- export PLUGIN_TYPE=$(echo ${DRONE_TAG} | cut -d- -f2)
Expand Down Expand Up @@ -311,7 +311,7 @@ workspace:

steps:
- name: Build artifacts
image: golang:1.21.4
image: golang:1.21.5
commands:
- mkdir -p build/
- go install github.com/konoui/lipo@latest
Expand Down Expand Up @@ -384,7 +384,7 @@ workspace:

steps:
- name: Build artifacts
image: golang:1.21.4
image: golang:1.21.5
commands:
- mkdir -p build/
- make OS=linux ARCH=amd64 release/event-handler
Expand Down Expand Up @@ -927,7 +927,7 @@ concurrency:

steps:
- name: Upload terraform provider to staging registry
image: golang:1.21.4
image: golang:1.21.5
commands:
- cd tooling
- |
Expand Down Expand Up @@ -985,7 +985,7 @@ concurrency:

steps:
- name: Upload terraform provider to staging registry
image: golang:1.21.4
image: golang:1.21.5
commands:
- cd tooling
- |
Expand Down Expand Up @@ -1043,7 +1043,7 @@ concurrency:

steps:
- name: Promote terraform provider to public registry
image: golang:1.21.4
image: golang:1.21.5
commands:
- cd tooling
- |
Expand Down Expand Up @@ -1081,6 +1081,6 @@ steps:
from_secret: PRODUCTION_TERRAFORM_REGISTRY_SIGNING_KEY
---
kind: signature
hmac: 0c826745b4e302f17699d82532ddadb4005f75395648b99b74e989e0f01e7c33
hmac: fd00ccbbe9d725d215d2802b16ae34a1ff2ed29b32e71ca1aa6d911f9baffdeb

...
2 changes: 1 addition & 1 deletion access/discord/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION=14.2.1
GO_VERSION=1.21.4
GO_VERSION=1.21.5

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=14.2.1
GO_VERSION=1.21.4
GO_VERSION=1.21.5

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=14.2.1
GO_VERSION=1.21.4
GO_VERSION=1.21.5

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=14.2.1
GO_VERSION=1.21.4
GO_VERSION=1.21.5

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=14.2.1
GO_VERSION=1.21.4
GO_VERSION=1.21.5

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=14.2.1
GO_VERSION=1.21.4
GO_VERSION=1.21.5

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=14.2.1
GO_VERSION=1.21.4
GO_VERSION=1.21.5

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.4
RUNTIME ?= go1.21.5
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.4"
ARG RUNTIME="go1.21.5"
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=14.2.1
GO_VERSION=1.21.4
GO_VERSION=1.21.5

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.4
GO_VERSION=1.21.5
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.4
toolchain go1.21.5

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.4
toolchain go1.21.5

require (
github.com/ProtonMail/go-crypto v0.0.0-20230528122434-6f98819771a1
Expand Down

0 comments on commit fc8eeed

Please sign in to comment.