From 4a4a7b4258ac072c59c764db931643324c97efa5 Mon Sep 17 00:00:00 2001 From: Evan Jarrett Date: Tue, 25 Nov 2025 17:17:02 -0600 Subject: [PATCH] needs image --- .tangled/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tangled/workflows/release.yml b/.tangled/workflows/release.yml index 1a4f38a..5a3ba48 100644 --- a/.tangled/workflows/release.yml +++ b/.tangled/workflows/release.yml @@ -6,6 +6,8 @@ when: tag: ["v*"] engine: "kubernetes" +image: golang:1.25-trixie +architecture: amd64 environment: IMAGE_REGISTRY: atcr.io