This commit is contained in:
2023-11-25 07:49:14 -06:00
parent 1b7998b388
commit 8dca27b4ac

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