From 54b52373a2c1f3c1bdf03567a735b090e161cf5c Mon Sep 17 00:00:00 2001 From: ajgrande924 Date: Tue, 1 Aug 2023 12:30:11 -0400 Subject: [PATCH] feat: use upstream golanci-lint-action and bump to latest (v1.53.3) --- .github/workflows/ci-core.yml | 9 ++------- .tool-versions | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index db8533b44ea..a710fbfb64c 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -78,15 +78,10 @@ jobs: cache: false - name: golangci-lint if: needs.init.outputs.on_trigger_lint == 'true' - ## - # XXX: change this to the official action once multiple --out-format args are supported. - # See: https://github.com/golangci/golangci-lint-action/issues/612 - ## - uses: smartcontractkit/golangci-lint-action@54ab6c5f11d66a92d14c3f7cc41ea13f676644bd # feature/multiple-output-formats-backup + uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0 with: - version: v1.53.2 + version: v1.53.3 only-new-issues: ${{ github.event.schedule == '' }} # show only new issues, unless it's a scheduled run - allow-extra-out-format-args: true args: --out-format checkstyle:golangci-lint-report.xml - name: Print lint report artifact if: always() diff --git a/.tool-versions b/.tool-versions index 33d3adb2849..c7deac35bf5 100644 --- a/.tool-versions +++ b/.tool-versions @@ -4,5 +4,5 @@ nodejs 16.16.0 postgres 13.3 helm 3.10.3 zig 0.10.1 -golangci-lint 1.53.2 +golangci-lint 1.53.3 shellspec 0.28.1