From 7a6eb38410e581723ca44aef21cde52576a393d6 Mon Sep 17 00:00:00 2001 From: Justin Barksdale Date: Wed, 31 Aug 2022 08:46:46 -0400 Subject: [PATCH] updated golanci-lint version 1.49 Signed-off-by: Justin Barksdale --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7dff0d..5dcd1b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: env: # Common versions GO_VERSION: '1.18' - GOLANGCI_VERSION: 'v1.31' + GOLANGCI_VERSION: 'v1.49' DOCKER_BUILDX_VERSION: 'v0.4.2' # Common users. We can't run a step 'if secrets.AWS_USR != ""' but we can run