Skip to content

Commit 21c511e

Browse files
feat(github-action): update golangci/golangci-lint-action ( v5.1.0 → v5.2.0 ) (#281)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint-action](https://togithub.com/golangci/golangci-lint-action) | action | minor | `v5.1.0` -> `v5.2.0` | --- ### Release Notes <details> <summary>golangci/golangci-lint-action (golangci/golangci-lint-action)</summary> ### [`v5.2.0`](https://togithub.com/golangci/golangci-lint-action/releases/tag/v5.2.0) [Compare Source](https://togithub.com/golangci/golangci-lint-action/compare/v5.1.0...v5.2.0) <!-- Release notes generated using configuration in .github/release.yml at v5.2.0 --> #### What's Changed ##### Changes - [feat: add an option to enable/disable annotations](https://togithub.com/golangci/golangci-lint-action/commit/aebff4bd9cd0198ff4f020915c27258a9edc4c01) by [@&#8203;ldez](https://togithub.com/ldez) **Full Changelog**: golangci/golangci-lint-action@v5.1.0...v5.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM0MC41IiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvbWlub3IiXX0=--> Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
1 parent 0e31cc1 commit 21c511e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/lint/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212

1313
# Run golangcilint before `go get` is ran
1414
# https://github.com/golangci/golangci-lint-action/issues/23
15-
- uses: golangci/golangci-lint-action@v5.1.0
15+
- uses: golangci/golangci-lint-action@v5.2.0
1616
with:
1717
version: v1.55.1
1818
args: --timeout 5m --config .github/lint/golangci.yaml

0 commit comments

Comments
 (0)