Skip to content

Commit 51a8c81

Browse files
feat(github-action): update golangci/golangci-lint-action ( v5.2.0 → v5.3.0 ) (#282)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint-action](https://togithub.com/golangci/golangci-lint-action) | action | minor | `v5.2.0` -> `v5.3.0` | --- ### Release Notes <details> <summary>golangci/golangci-lint-action (golangci/golangci-lint-action)</summary> ### [`v5.3.0`](https://togithub.com/golangci/golangci-lint-action/releases/tag/v5.3.0) [Compare Source](https://togithub.com/golangci/golangci-lint-action/compare/v5.2.0...v5.3.0) <!-- Release notes generated using configuration in .github/release.yml at v5.3.0 --> #### What's Changed ##### Changes - feat: uses 2 dots compare syntax for push diff by [@&#8203;ldez](https://togithub.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1030](https://togithub.com/golangci/golangci-lint-action/pull/1030) - feat: add option to control cache invalidation interval by [@&#8203;ldez](https://togithub.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1031](https://togithub.com/golangci/golangci-lint-action/pull/1031) - feat: use OS and working-directory as cache key by [@&#8203;ldez](https://togithub.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1032](https://togithub.com/golangci/golangci-lint-action/pull/1032) - feat: improve log about pwd/cwd by [@&#8203;ldez](https://togithub.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1033](https://togithub.com/golangci/golangci-lint-action/pull/1033) **Full Changelog**: golangci/golangci-lint-action@v5.2.0...v5.3.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MC44IiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvbWlub3IiXX0=--> Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
1 parent 21c511e commit 51a8c81

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.2.0
15+
- uses: golangci/golangci-lint-action@v5.3.0
1616
with:
1717
version: v1.55.1
1818
args: --timeout 5m --config .github/lint/golangci.yaml

0 commit comments

Comments
 (0)