From 0ba9a3da09da3fce8cfb0f4fefddd68914d6c073 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Wed, 25 Mar 2026 17:35:42 +1100 Subject: [PATCH] feat: use gobuilder image for pre-commit - add golang on top of base image - https://git.unkin.net/unkin/packer-images/pulls/44 --- .woodpecker/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/pre-commit.yaml b/.woodpecker/pre-commit.yaml index 75d1fca..4ed7b15 100644 --- a/.woodpecker/pre-commit.yaml +++ b/.woodpecker/pre-commit.yaml @@ -3,6 +3,6 @@ when: steps: - name: pre-commit - image: git.unkin.net/unkin/almalinux9-base:20260308 + image: git.unkin.net/unkin/almalinux9-gobuilder:20260325 commands: - uvx pre-commit run --all-files