ci: render

Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/1084891234
This commit is contained in:
2023-11-25 13:49:39 +00:00
parent 8dca27b4ac
commit e6fbb8515b

View File

@@ -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: