diff --git a/templates/golang.tpl.yml b/templates/golang.tpl.yml index 2ebcf34..0303ad3 100644 --- a/templates/golang.tpl.yml +++ b/templates/golang.tpl.yml @@ -1,6 +1,6 @@ .golang-build-api: variables: - GO-VERSION: 1.20 + GO-VERSION: "1.20" #GOPROXY: https://nexus.durp.info/repository/go/ image: registry.durp.info/golang:${GO-VERSION} script: @@ -13,7 +13,7 @@ .golang-lint: variables: #GOPROXY: https://nexus.durp.info/repository/go/ - GOLANGCI-LINT-VERISON: v1.55.2 + GOLANGCI-LINT-VERISON: "v1.55.2" CGO_ENABLED: 0 image: registry.durp.info/golangci/golangci-lint:${GOLANGCI-LINT-VERISON} script: