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.2 (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoandredinis authored Oct 6, 2023
1 parent 7373912 commit 46740d6
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 23 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.1
image: golang:1.21.2
environment:
RUNNER_TEMP: /tmp
TELEPORT_ENTERPRISE_LICENSE:
Expand Down Expand Up @@ -66,7 +66,7 @@ workspace:

steps:
- name: Build artifacts
image: golang:1.21.1
image: golang:1.21.2
commands:
- make build-all

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

steps:
- name: Build artifacts
image: golang:1.21.1
image: golang:1.21.2
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.1
image: golang:1.21.2
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.1
image: golang:1.21.2
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.1
image: golang:1.21.2
commands:
- cd tooling
- |
Expand Down Expand Up @@ -985,7 +985,7 @@ concurrency:

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

steps:
- name: Promote terraform provider to public registry
image: golang:1.21.1
image: golang:1.21.2
commands:
- cd tooling
- |
Expand Down Expand Up @@ -1081,6 +1081,6 @@ steps:
from_secret: PRODUCTION_TERRAFORM_REGISTRY_SIGNING_KEY
---
kind: signature
hmac: b81fb2f7c884dbd9afebb84942b6ff51c2779da1d9cae97d5d7ae58714a5aa2e
hmac: 00f66e92faf100b63e28b7a6465b3a1668bc4a1143017c060fb6e20c4007554d

...
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Checkout Teleport Plugins
uses: actions/checkout@v3

- name: Setup Go 1.21.1
- name: Setup Go 1.21.2
uses: actions/setup-go@v3
with:
go-version: '1.21.1'
go-version: '1.21.2'

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.21.1'
go-version: '1.21.2'

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.21.1'
go-version: '1.21.2'

- name: Install Teleport
uses: teleport-actions/setup@v1
Expand Down
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.0.1
GO_VERSION=1.21.1
GO_VERSION=1.21.2

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.0.1
GO_VERSION=1.21.1
GO_VERSION=1.21.2

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.0.1
GO_VERSION=1.21.1
GO_VERSION=1.21.2

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.0.1
GO_VERSION=1.21.1
GO_VERSION=1.21.2

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.0.1
GO_VERSION=1.21.1
GO_VERSION=1.21.2

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.0.1
GO_VERSION=1.21.1
GO_VERSION=1.21.2

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.0.1
GO_VERSION=1.21.1
GO_VERSION=1.21.2

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.1
RUNTIME ?= go1.21.2
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 event-handler/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION=14.0.1
GO_VERSION=1.21.1
GO_VERSION=1.21.2

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 @@
LOCALDIR := $(dir $(CURDIR)/$(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
TOP ?= $(abspath $(LOCALDIR)/../..)
GO_VERSION=1.21.2
SRCDIR=/go/src/github.com/gravitational/teleport-plugins/event-handler
VERSION=0.0.1
CGOFLAG ?= CGO_ENABLED=0
Expand Down

0 comments on commit 46740d6

Please sign in to comment.