From b56757770d3c8fa87d4ef4ae668ad25a2259f98b Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 9 Jan 2026 03:08:16 +0200 Subject: [PATCH] perf: cache Go modules between CI runs Co-Authored-By: Claude Opus 4.5 --- .woodpecker/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index e2a03da..26e0e99 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -7,6 +7,8 @@ steps: image: golang:1.24-alpine commands: - go test -tags testing ./... + volumes: + - /tmp/go-cache:/go/pkg/mod - name: build image: docker:27-cli