Skip to content

Commit

Permalink
feat(github-action)!: Update golangci/golangci-lint-action ( v4.0.1 →…
Browse files Browse the repository at this point in the history
… v5.0.0 ) (#265)
  • Loading branch information
h3mmy authored Apr 27, 2024
2 parents 040de84 + b52fb29 commit e7fbe96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/lint/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:

# Run golangcilint before `go get` is ran
# https://github.com/golangci/golangci-lint-action/issues/23
- uses: golangci/golangci-lint-action@v4.0.1
- uses: golangci/golangci-lint-action@v5.0.0
with:
version: v1.55.1
args: --timeout 5m --config .github/lint/golangci.yaml

0 comments on commit e7fbe96

Please sign in to comment.