diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a58122..f532414 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: env: # Common versions GO_VERSION: '1.22' - GOLANGCI_VERSION: 'v1.61.0' + GOLANGCI_VERSION: 'v1.62.2' DOCKER_BUILDX_VERSION: 'v0.9.1' # Common users. We can't run a step 'if secrets.XXX != ""' but we can run a @@ -74,6 +74,8 @@ jobs: # 'annotations' (i.e. it comments on PRs to point out linter violations). - name: Lint uses: golangci/golangci-lint-action@v3 + args: + - --out-format=colored-line-number with: version: ${{ env.GOLANGCI_VERSION }}