diff --git a/templates/golang.tpl.yml b/templates/golang.tpl.yml index 0db36b1..0d71bab 100644 --- a/templates/golang.tpl.yml +++ b/templates/golang.tpl.yml @@ -1,4 +1,6 @@ .golang-build-api: + variables: + GOPROXY: https://nexus.durp.info/repository/go/ image: registry.durp.info/golang:1.20 script: - ./scripts/golang-build-api.sh @@ -8,6 +10,7 @@ - $CI_PROJECT_DIR/output .golang-lint: + 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