From e6fbb8515be420d8487cbb624aa546b99f36d176 Mon Sep 17 00:00:00 2001 From: DeveloperDurpBot Date: Sat, 25 Nov 2023 13:49:39 +0000 Subject: [PATCH] ci: render Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/1084891234 --- jobs/golang.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jobs/golang.yml b/jobs/golang.yml index 0d2e0df..26a1a81 100644 --- a/jobs/golang.yml +++ b/jobs/golang.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: @@ -14,7 +14,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: