From 9033f62a591862f9f7b2e45a012745aaeeccc9e4 Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Fri, 27 Sep 2024 00:35:29 +0000 Subject: [PATCH] update build image --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 4a57873..e2048d7 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: test: runs-on: ubuntu-latest container: - image: registry.cv.mazarbul.net/declarative/build-golang:1.22.1-alpine-x86_64 + image: rosskeenhouse/build-golang:1.22.6-alpine env: GOPATH: / SSH_AUTH_SOCK: /tmp/ssh.sock