Skip to content

Commit

Permalink
Revert "dep: update golangci lint action and disable exportloopref (#115
Browse files Browse the repository at this point in the history
)" (#116)

This reverts commit d5ab8ae.
  • Loading branch information
rajrohanyadav authored Feb 12, 2025
1 parent d5ab8ae commit 7470e6e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/_static_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ jobs:
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
uses: golangci/golangci-lint-action@v4
continue-on-error: ${{ github.event_name != 'pull_request' }}
with:
only-new-issues: true
skip-cache: true
# As of Go 1.22, this problem no longer occurs and fixed by Go team
# https://github.com/kyoh86/exportloopref
args: --disable=exportloopref
- name: Check if CHANGELOG is valid
uses: newrelic/release-toolkit/validate-markdown@v1

0 comments on commit 7470e6e

Please sign in to comment.