From 08476ca15e19d468ecabaccb9f91e47c18a27c9b Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 23 Jul 2023 18:24:05 +0000 Subject: [PATCH] Update file golang.tpl.yml --- templates/golang.tpl.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/golang.tpl.yml b/templates/golang.tpl.yml index 0d71bab..c9b563c 100644 --- a/templates/golang.tpl.yml +++ b/templates/golang.tpl.yml @@ -10,7 +10,8 @@ - $CI_PROJECT_DIR/output .golang-lint: - GOPROXY: https://nexus.durp.info/repository/go/ + variables: + GOPROXY: https://nexus.durp.info/repository/go/ image: registry.durp.info/golangci/golangci-lint:latest script: - ./scripts/golang-lint.sh \ No newline at end of file