Skip to content

Commit

Permalink
ci(github-action)!: Update golangci/golangci-lint-action action to v6
Browse files Browse the repository at this point in the history
| datasource  | package                       | from | to |
| ----------- | ----------------------------- | ---- | -- |
| github-tags | golangci/golangci-lint-action | v4   | v6 |
  • Loading branch information
renovate[bot] authored May 7, 2024
1 parent eee2ff7 commit b2142df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: go mod download

- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6

- name: Run lint
run: task lint
Expand Down

0 comments on commit b2142df

Please sign in to comment.