Compare commits

...

3 Commits

Author SHA1 Message Date
renovate 6072b6a1e4 chore(deps): update golang:1.26.1 docker digest to 5ba1126 (#400)
Release / release (push) Failing after 1m0s
gitlab-cleanup-handler / test (push) Successful in 2m3s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 2m41s
gitlab-cleanup-handler / build (push) Successful in 1m9s
2026-04-07 07:28:27 +00:00
renovate 142e5b91af fix(deps): update module github.com/alecthomas/kong to v1.15.0 (#398)
gitlab-cleanup-handler / test (push) Successful in 2m19s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m46s
Release / release (push) Successful in 1m15s
gitlab-cleanup-handler / build (push) Successful in 9m39s
2026-04-01 23:30:44 +00:00
renovate 54f5a9aff4 chore(deps): update pre-commit hook golangci/golangci-lint to v2.11.4 (#396)
gitlab-cleanup-handler / test (push) Successful in 1m56s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m50s
Release / release (push) Successful in 55s
gitlab-cleanup-handler / build (push) Successful in 13m10s
2026-03-22 19:39:29 +00:00
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -36,6 +36,6 @@ repos:
- id: go-vet
- id: gofumpt
- repo: https://github.com/golangci/golangci-lint
rev: v2.11.3
rev: v2.11.4
hooks:
- id: golangci-lint
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.1@sha256:984bf90a420602a708a0e5b08d5660e2902daf7d26f0be3c5db5d07ced6dcce3 as build
FROM amd64/golang:1.26.1@sha256:5ba1126a6dbb65aa517ff5eaecab6abc29480671e5c0ca176192de8da9dba4b8 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build
+1 -1
View File
@@ -5,7 +5,7 @@ go 1.25.0
toolchain go1.26.1
require (
github.com/alecthomas/kong v1.14.0
github.com/alecthomas/kong v1.15.0
github.com/apex/log v1.9.0
github.com/stretchr/testify v1.11.1
gitlab.com/unboundsoftware/apex-mocks v0.2.0
+2 -2
View File
@@ -2,8 +2,8 @@ github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
github.com/alecthomas/assert/v2 v2.11.0 h1:2Q9r3ki8+JYXvGsDyBXwH3LcJ+WK5D0gc5E8vS6K3D0=
github.com/alecthomas/assert/v2 v2.11.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k=
github.com/alecthomas/kong v1.14.0 h1:gFgEUZWu2ZmZ+UhyZ1bDhuutbKN1nTtJTwh19Wsn21s=
github.com/alecthomas/kong v1.14.0/go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I=
github.com/alecthomas/kong v1.15.0 h1:BVJstKbpO73zKpmIu+m/aLRrNmWwxXPIGTNin9VmLVI=
github.com/alecthomas/kong v1.15.0/go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I=
github.com/alecthomas/repr v0.5.2 h1:SU73FTI9D1P5UNtvseffFSGmdNci/O6RsqzeXJtP0Qs=
github.com/alecthomas/repr v0.5.2/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
github.com/apex/log v1.9.0 h1:FHtw/xuaM8AgmvDDTI9fiwoAL25Sq2cxojnZICUU8l0=