update
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
stages:
|
stages:
|
||||||
- compliance
|
- compliance
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GOLANGCI-LINT-VERISON: "v1.55.2"
|
GO_VERSION: "1.20"
|
||||||
|
GOLANGCI_LINT_VERISON: "v1.55.2"
|
||||||
|
|
||||||
compliance:
|
compliance:
|
||||||
stage: compliance
|
stage: compliance
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
.golang-build-api:
|
.golang-build-api:
|
||||||
variables:
|
variables:
|
||||||
GO-VERSION: "1.20"
|
|
||||||
#GOPROXY: https://nexus.durp.info/repository/go/
|
#GOPROXY: https://nexus.durp.info/repository/go/
|
||||||
image: registry.durp.info/golang:${GO-VERSION}
|
image: registry.durp.info/golang:${GO_VERSION}
|
||||||
script:
|
script:
|
||||||
- ./scripts/golang-build-api.sh
|
- ./scripts/golang-build-api.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
@@ -14,6 +13,6 @@
|
|||||||
variables:
|
variables:
|
||||||
#GOPROXY: https://nexus.durp.info/repository/go/
|
#GOPROXY: https://nexus.durp.info/repository/go/
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
image: registry.durp.info/golangci/golangci-lint:${GOLANGCI-LINT-VERISON}
|
image: registry.durp.info/golangci/golangci-lint:${GOLANGCI_LINT_VERISON}
|
||||||
script:
|
script:
|
||||||
- ./scripts/golang-lint.sh
|
- ./scripts/golang-lint.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user