From 8dca27b4ac2949364a0d427dc17b554df4bb8d70 Mon Sep 17 00:00:00 2001 From: developerdurp Date: Sat, 25 Nov 2023 07:49:14 -0600 Subject: [PATCH] update --- templates/golang.tpl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: