From b094022f2b787d1e696b8c225d10785569500774 Mon Sep 17 00:00:00 2001 From: developerdurp Date: Sat, 25 Nov 2023 07:43:37 -0600 Subject: [PATCH] update --- templates/golang.tpl.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/golang.tpl.yml b/templates/golang.tpl.yml index d28f574..dd61bfd 100644 --- a/templates/golang.tpl.yml +++ b/templates/golang.tpl.yml @@ -12,7 +12,8 @@ .golang-lint: variables: #GOPROXY: https://nexus.durp.info/repository/go/ + GOLANGCI-LING-VERISON: v1.55.2 CGO_ENABLED: 0 - image: registry.durp.info/golangci/golangci-lint:v1.55.2 + image: registry.durp.info/golangci/golangci-lint:$GOLANGCI-LING-VERISON script: - ./scripts/golang-lint.sh