Skip to content

Commit

Permalink
Merge pull request #70 from perses/dependabot/github_actions/golangci…
Browse files Browse the repository at this point in the history
…/golangci-lint-action-6.5.0

Bump golangci/golangci-lint-action from 6.3.2 to 6.5.0
  • Loading branch information
jgbernalp authored Feb 18, 2025
2 parents f193eb1 + dc433d2 commit c74e912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: generate files
run: make generate
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.3.2
uses: golangci/golangci-lint-action@v6.5.0
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.61.0
Expand Down

0 comments on commit c74e912

Please sign in to comment.