diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e470519..61b5d77 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,6 +23,6 @@ jobs: cache: true - name: golangci-lint - uses: golangci/golangci-lint-action@v5 + uses: golangci/golangci-lint-action@v6.0.1 with: - version: latest + version: v1.55.2 diff --git a/.golangci.yml b/.golangci.yml index d06cc4d..a389ef4 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -3,3 +3,6 @@ issues: - linters: - errcheck text: "Error return value of `d.Set` is not checked" +output: + formats: + - format: colored-line-number \ No newline at end of file