From 70de0e388fcc90fc9807bfca8ae80fc0bb1bee48 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sat, 7 Jun 2025 19:38:40 +0200 Subject: [PATCH] upgrade: update pre-commit image to version 0.2.8 Updates the pre-commit Docker image to version 0.2.8 to leverage improvements and fixes in the latest release. This enhances the quality of the pre-commit hooks used during CI/CD processes. --- Pre-Commit-Go.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pre-Commit-Go.gitlab-ci.yml b/Pre-Commit-Go.gitlab-ci.yml index 311ef0b..9616f4c 100644 --- a/Pre-Commit-Go.gitlab-ci.yml +++ b/Pre-Commit-Go.gitlab-ci.yml @@ -1,6 +1,6 @@ run-pre-commit: stage: .pre - image: unbound/pre-commit:v0.2.7@sha256:413cd4a0cd12026077961764a2b18f46fbe54f8573bcb37bdd8a7ddad826e0a4 + image: unbound/pre-commit:v0.2.8@sha256:6f4966efc90180a6a3039ab8a35f34a4a223fe9fdfdcbfb13634859a87cac616 variables: PRE_COMMIT_HOME: ${CI_PROJECT_DIR}/.cache/pre-commit GOPRIVATE: gitlab.com/unboundsoftware -- 2.52.0