From 9aab9546fda0c0b0f54fd3b600b769013e7cdcc0 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 19 Aug 2023 20:47:53 +0000 Subject: [PATCH] Update file golang.yml --- pipelines/golang.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipelines/golang.yml b/pipelines/golang.yml index 7d80c7f..60b3f11 100644 --- a/pipelines/golang.yml +++ b/pipelines/golang.yml @@ -30,6 +30,8 @@ golang-lint: stage: .pre gobuild: + variables: + GOPROXY: https://nexus.durp.info/repository/go/ extends: .golang-build-api stage: build