Skip to content

Commit

Permalink
fix(deps): update dependency golangci/golangci-lint to v1.59.1 (#49)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint)
| patch | `v1.59.0` -> `v1.59.1` |

---

### Release Notes

<details>
<summary>golangci/golangci-lint (golangci/golangci-lint)</summary>

###
[`v1.59.1`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1591)

[Compare
Source](https://togithub.com/golangci/golangci-lint/compare/v1.59.0...v1.59.1)

1.  Updated linters
    -   `go-errorlint`: from 1.5.1 to 1.5.2
    -   `gomnd`: deprecated configuration compatibility
    -   `intrange`: add `style` preset
    -   `misspell`: from 0.5.1 to 0.6.0
    -   `sloglint`: from 0.7.0 to 0.7.1
    -   `testifylint`: from 1.3.0 to 1.3.1
    -   `unparam`: bump to HEAD
    -   `usestdlibvars`: from 1.25.0 to 1.26.0
2.  Fixes
    -   SARIF: init empty result slice
    -   SARIF: issue column >= 1
3.  Documentation
    -   update `revive` configuration

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTkuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM5OS44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
  • Loading branch information
nabeken committed Jun 15, 2024
2 parents 050977a + af99c1e commit 67d1ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
# renovate: datasource=golang-version depName=golang
GO_VERSION: '1.22.4'
# renovate: datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION: 'v1.59.0'
GOLANGCI_LINT_VERSION: 'v1.59.1'

jobs:
build:
Expand Down

0 comments on commit 67d1ebe

Please sign in to comment.