Skip to content

Commit 95890bb

Browse files
chore: Update dependency golangci/golangci-lint to v1.64.8 (#10)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | patch | `v1.64.7` -> `v1.64.8` | --- ### Release Notes <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v1.64.8`](https://redirect.github.com/golangci/golangci-lint/compare/v1.64.7...v1.64.8) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.64.7...v1.64.8) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/nobl9-language-server). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03926d0 commit 95890bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LDFLAGS := -s -w \
2121
# renovate datasource=github-releases depName=securego/gosec
2222
GOSEC_VERSION := v2.22.0
2323
# renovate datasource=github-releases depName=golangci/golangci-lint
24-
GOLANGCI_LINT_VERSION := v1.64.7
24+
GOLANGCI_LINT_VERSION := v1.64.8
2525
# renovate datasource=go depName=golang.org/x/vuln/cmd/govulncheck
2626
GOVULNCHECK_VERSION := v1.1.3
2727
# renovate datasource=go depName=golang.org/x/tools/cmd/goimports

0 commit comments

Comments
 (0)