Compare commits

..

2 Commits

Author SHA1 Message Date
renovate 7bd29ca6a1 chore(deps): update pre-commit hook golangci/golangci-lint to v2.9.0 (#371)
gitlab-cleanup-handler / vulnerabilities (push) Successful in 2m11s
gitlab-cleanup-handler / test (push) Successful in 3m50s
gitlab-cleanup-handler / build (push) Failing after 40m42s
Release / release (push) Successful in 1m47s
2026-02-11 14:59:48 +00:00
renovate 617801b6b9 chore(deps): update dependency go to v1.26.0 (#368)
Release / release (push) Successful in 1m2s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m56s
gitlab-cleanup-handler / test (push) Successful in 2m49s
gitlab-cleanup-handler / build (push) Successful in 2h22m10s
2026-02-11 14:34:37 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,6 +36,6 @@ repos:
- id: go-vet
- id: gofumpt
- repo: https://github.com/golangci/golangci-lint
rev: v2.8.0
rev: v2.9.0
hooks:
- id: golangci-lint
+1 -1
View File
@@ -2,7 +2,7 @@ module gitlab.com/unboundsoftware/gitlab-cleanup-handler
go 1.25.0
toolchain go1.25.7
toolchain go1.26.0
require (
github.com/alecthomas/kong v1.14.0