From 0b1ef63ebc8f564cf2a5a21c2d78025aa347edeb Mon Sep 17 00:00:00 2001 From: chapeau Date: Sun, 22 Oct 2023 22:13:14 +0200 Subject: [PATCH] Use goproxy --- .woodpecker/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index 36f5034..514316d 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -9,6 +9,8 @@ steps: platforms: - linux/amd64 # - linux/arm64 + environment: + - GOPROXY=http://goproxy.home:3000,direct when: - event: pull_request - event: push @@ -29,6 +31,8 @@ steps: platforms: - linux/amd64 # - linux/arm64 + environment: + - GOPROXY=http://goproxy.home:3000,direct when: - event: push branch: main