From 955ef809949611fe5580b43805109b1c137d8d85 Mon Sep 17 00:00:00 2001 From: Alessandro Bresciani <15635380+CyberRoute@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:40:20 +0100 Subject: [PATCH] Update golangci-lint.yml --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index c97be13..00c1903 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -27,5 +27,5 @@ jobs: with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version version: latest - args: "--out-format=colored-line-number --exclude-files examples/*.go" + args: "--out-format=colored-line-number --exclude-files=examples/*.go"