This commit is contained in:
2023-11-25 08:01:22 -06:00
parent a73c5aba19
commit 7846749fde
2 changed files with 5 additions and 4 deletions

View File

@@ -1,8 +1,7 @@
.golang-build-api:
variables:
GO-VERSION: "1.20"
#GOPROXY: https://nexus.durp.info/repository/go/
image: registry.durp.info/golang:${GO-VERSION}
image: registry.durp.info/golang:${GO_VERSION}
script:
- ./scripts/golang-build-api.sh
artifacts:
@@ -14,6 +13,6 @@
variables:
#GOPROXY: https://nexus.durp.info/repository/go/
CGO_ENABLED: 0
image: registry.durp.info/golangci/golangci-lint:${GOLANGCI-LINT-VERISON}
image: registry.durp.info/golangci/golangci-lint:${GOLANGCI_LINT_VERISON}
script:
- ./scripts/golang-lint.sh