From 92e6d8daff76d9deb05b7c22874d17a9e35702ef Mon Sep 17 00:00:00 2001 From: nshekhar Date: Tue, 15 Oct 2024 14:23:08 +0530 Subject: [PATCH] Add support for application_security_group --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 9a865b7686b..a5550a4bbc8 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -239,7 +239,7 @@ tasks: desc: Run {{.GENERATOR_APP}} fast lint checks. dir: '{{.GENERATOR_ROOT}}' cmds: - - golangci-lint run --verbose --fast=false --timeout 20m + - golangci-lint run --verbose --fast=false generator:build: desc: Generate the {{.GENERATOR_APP}} binary.