Bump golangci/golangci-lint-action from 5.1.0 to 5.3.0
Bumps golangci/golangci-lint-action from 5.1.0 to 5.3.0.
Release notes
Sourced from golangci/golangci-lint-action's releases.
v5.3.0
What's Changed
Changes
- feat: uses 2 dots compare syntax for push diff by
@ldezin golangci/golangci-lint-action#1030- feat: add option to control cache invalidation interval by
@ldezin golangci/golangci-lint-action#1031- feat: use OS and working-directory as cache key by
@ldezin golangci/golangci-lint-action#1032- feat: improve log about pwd/cwd by
@ldezin golangci/golangci-lint-action#1033Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.2.0...v5.3.0
v5.2.0
What's Changed
Changes
Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.1.0...v5.2.0
Commits
38e1018feat: improve log about pwd/cwd (#1033)21e9e6bfeat: use OS and working-directory as cache key (#1032)dbe4fc2chore: use getBooleanInputdbb7ebcfeat: add option to control cache invalidation interval (#1031)ecb3292feat: uses 2 dots compare syntax for push diff (#1030)046435ddoc: improve options documentationca8befddoc: improve options documentationd9c9b53chore: improve marketplace styleaebff4bfeat: add option to enable/disable annotations2bff406doc: improve options documentation- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Hi @dependabot[bot]. Thanks for your PR!
I am @adamjensenbot. You can interact with me issuing a slash command in the first line of a comment. Currently, I understand the following commands:
-
/rebase: Rebase this PR onto the master branch (You can add the optiontest=trueto launch the tests when the rebase operation is completed) -
/merge: Merge this PR into the master branch -
/buildBuild Liqo components -
/testLaunch the E2E and Unit tests -
/hold,/unholdAdd/remove the hold label to prevent merging with /merge
Make sure this PR appears in the liqo changelog, adding one of the following labels:
-
kind/breaking: :boom: Breaking Change -
kind/feature: :rocket: New Feature -
kind/bug: :bug: Bug Fix -
kind/cleanup: :broom: Code Refactoring -
kind/docs: :memo: Documentation
Superseded by #2499.