From e233cd5b345492ad0b0b7ba9147e46b5361de4a1 Mon Sep 17 00:00:00 2001 From: Son Roy Almerol Date: Fri, 1 Mar 2024 22:36:51 -0500 Subject: [PATCH] add line number to golangci-lint --- .github/workflows/linting.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 51e5366e..bab08eba 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -38,3 +38,4 @@ jobs: # When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version. # When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit. version: v1.54 + args: "--out-format=colored-line-number"