Skip to content

Commit

Permalink
pin golang-lint version to v1.63 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajrohanyadav authored Feb 12, 2025
1 parent 7470e6e commit ec8b71b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_static_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
continue-on-error: ${{ github.event_name != 'pull_request' }}
with:
only-new-issues: true
skip-cache: true
version: v1.63
- name: Check if CHANGELOG is valid
uses: newrelic/release-toolkit/validate-markdown@v1

0 comments on commit ec8b71b

Please sign in to comment.