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