From 0bedfe3655e3da47a20c093549f147379da66cb4 Mon Sep 17 00:00:00 2001 From: Alper Rifat Ulucinar Date: Tue, 12 Mar 2024 20:29:55 +0300 Subject: [PATCH 1/2] [DO NOT MERGE] Test PR Signed-off-by: Alper Rifat Ulucinar --- config/acm/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/acm/config.go b/config/acm/config.go index aa4be22820..30b437854e 100644 --- a/config/acm/config.go +++ b/config/acm/config.go @@ -9,6 +9,7 @@ import ( ) // Configure adds configurations for the acm group. +// test change func Configure(p *config.Provider) { p.AddResourceConfigurator("aws_acm_certificate_validation", func(r *config.Resource) { r.References = map[string]config.Reference{ From de101258c9c4f7a0cb0d8e0c50c9e8e68da2eb5b Mon Sep 17 00:00:00 2001 From: Alper Rifat Ulucinar Date: Wed, 13 Mar 2024 01:48:55 +0300 Subject: [PATCH 2/2] Test linting Signed-off-by: Alper Rifat Ulucinar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a824cf93bb..5b19fe8b64 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ RUN_BUILDTAGGER ?= true # if RUN_BUILDTAGGER is set to "true", we will use build constraints # and use the buildtagger tool to generate the build tags. ifeq ($(RUN_BUILDTAGGER),true) -GO_LINT_ARGS ?= -v --build-tags all +GO_LINT_ARGS ?= -v --build-tags all --concurrency 3 BUILDTAGGER_VERSION ?= v0.12.0-rc.0.28.gdc5d6f3 BUILDTAGGER_DOWNLOAD_URL ?= https://s3.us-west-2.amazonaws.com/upbound.official-providers-ci.releases/main/$(BUILDTAGGER_VERSION)/bin/$(SAFEHOST_PLATFORM)/buildtagger endif