• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

diranged / oz / 18624229458

19 Oct 2025 02:34AM UTC coverage: 34.804%. Remained the same
18624229458

push

github

web-flow
chore(deps): update golangci/golangci-lint-action action to v8 (#390)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[golangci/golangci-lint-action](https://redirect.github.com/golangci/golangci-lint-action)
| action | major | `v6` -> `v8` |

---

### Release Notes

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

###
[`v8`](https://redirect.github.com/golangci/golangci-lint-action/compare/v7...v8)

[Compare
Source](https://redirect.github.com/golangci/golangci-lint-action/compare/v7...v8)

###
[`v7`](https://redirect.github.com/golangci/golangci-lint-action/compare/v6...v7)

[Compare
Source](https://redirect.github.com/golangci/golangci-lint-action/compare/v6...v7)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

â™» **Rebasing**: Whenever PR is behind base branch, 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/diranged/oz).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Wise <matt@nextdoor.com>
Co-authored-by: Claude <noreply@anthropic.com>

21 of 39 new or added lines in 20 files covered. (53.85%)

986 of 2833 relevant lines covered (34.8%)

1.58 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/internal/controllers/templatecontroller/setup_with_manager.go
1
package templatecontroller
2

3
import (
4
        ctrlutil "github.com/diranged/oz/internal/controllers/internal/utils"
5
        ctrl "sigs.k8s.io/controller-runtime"
6
)
7

8
// SetupWithManager sets up the controller with the Manager.
9
func (r *TemplateReconciler) SetupWithManager(mgr ctrl.Manager) error {
×
10
        return ctrl.NewControllerManagedBy(mgr).
×
11
                For(r.TemplateType).
×
NEW
12
                WithEventFilter(ctrlutil.IgnoreStatusUpdatesAndDeletion()).
×
13
                Complete(r)
×
14
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc