Compare commits

...

6 Commits

Author SHA1 Message Date
argoyle 684846dea8 Merge pull request 'chore: remove unused .gitlab-ci.yml' (#363) from remove-gitlab-ci into main
Release / release (push) Failing after 3m48s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 8m12s
gitlab-cleanup-handler / test (push) Successful in 10m46s
gitlab-cleanup-handler / build (push) Failing after 17m32s
Reviewed-on: #363
2026-01-23 14:56:19 +00:00
argoyle 2b87103e23 chore: remove unused .gitlab-ci.yml
gitlab-cleanup-handler / vulnerabilities (pull_request) Successful in 6m23s
gitlab-cleanup-handler / test (pull_request) Successful in 9m13s
gitlab-cleanup-handler / build (pull_request) Successful in 6m22s
No longer needed after migration to Gitea Actions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 14:34:00 +01:00
renovate 3275e7f642 chore(deps): update golang docker tag to v1.25.6 (#362)
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m26s
gitlab-cleanup-handler / test (push) Successful in 2m4s
gitlab-cleanup-handler / build (push) Failing after 35s
Release / release (push) Failing after 5m59s
2026-01-15 22:57:59 +00:00
renovate 8e9e1dd049 chore(deps): update dependency go to v1.25.6 (#361)
Release / release (push) Failing after 1m19s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 2m4s
gitlab-cleanup-handler / test (push) Successful in 4m3s
gitlab-cleanup-handler / build (push) Successful in 13m54s
2026-01-15 20:35:09 +00:00
renovate d02ee4fd72 chore(deps): update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.24.0 (#359)
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m9s
Release / release (push) Successful in 1m26s
gitlab-cleanup-handler / test (push) Successful in 2m6s
gitlab-cleanup-handler / build (push) Successful in 3m58s
2026-01-13 21:48:52 +00:00
renovate 3e3941c476 chore(deps): update golang:1.25.5 docker digest to 3a01526 (#358)
Release / release (push) Failing after 1m11s
gitlab-cleanup-handler / test (push) Successful in 1m45s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 2m6s
gitlab-cleanup-handler / build (push) Successful in 5m14s
2026-01-13 07:04:25 +00:00
4 changed files with 3 additions and 25 deletions
-22
View File
@@ -1,22 +0,0 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: unboundsoftware/ci-templates
file: Defaults.gitlab-ci.yml
- project: unboundsoftware/ci-templates
file: Release.gitlab-ci.yml
- project: unboundsoftware/ci-templates
file: Pre-Commit-Go.gitlab-ci.yml
stages:
- build
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build:
stage: build
script:
- build
- curl -Os https://uploader.codecov.io/latest/linux/codecov
- chmod +x codecov
- ./codecov -t ${CODECOV_TOKEN} -R $CI_PROJECT_DIR -C $CI_COMMIT_SHA -r $CI_PROJECT_PATH
- push
+1 -1
View File
@@ -22,7 +22,7 @@ repos:
- --project
- unboundsoftware/gitlab-cleanup-handler
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.23.0
rev: v9.24.0
hooks:
- id: commitlint
stages: [ commit-msg ]
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.25.5@sha256:ad03ba93327b8a6143b49373790b5d92c28067bdb814418509466122ee9c9e63 as build
FROM amd64/golang:1.25.6@sha256:9860925875ac68a8fb57416cfc5c1ee267a06226730434af677b9406e8ea6ee6 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build
+1 -1
View File
@@ -2,7 +2,7 @@ module gitlab.com/unboundsoftware/gitlab-cleanup-handler
go 1.25.0
toolchain go1.25.5
toolchain go1.25.6
require (
github.com/alecthomas/kong v1.13.0