Skip to content

Commit

Permalink
feat(github-action): update golangci/golangci-lint-action ( v5.2.0 → …
Browse files Browse the repository at this point in the history
…v5.3.0 ) (#282)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[golangci/golangci-lint-action](https://github.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://github.com/golangci/golangci-lint-action/releases/tag/v5.3.0)

[Compare
Source](https://github.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://github.com/ldez) in
[golangci/golangci-lint-action#1030
- feat: add option to control cache invalidation interval by
[@&#8203;ldez](https://github.com/ldez) in
[golangci/golangci-lint-action#1031
- feat: use OS and working-directory as cache key by
[@&#8203;ldez](https://github.com/ldez) in
[golangci/golangci-lint-action#1032
- feat: improve log about pwd/cwd by
[@&#8203;ldez](https://github.com/ldez) in
[golangci/golangci-lint-action#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://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MC44IiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvbWlub3IiXX0=-->

Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
  • Loading branch information
bloopy-boi[bot] committed May 5, 2024
1 parent 21c511e commit 51a8c81
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@v5.2.0
- uses: golangci/golangci-lint-action@v5.3.0
with:
version: v1.55.1
args: --timeout 5m --config .github/lint/golangci.yaml

0 comments on commit 51a8c81

Please sign in to comment.