mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
ci: render
Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/1084891234
This commit is contained in:
parent
8dca27b4ac
commit
e6fbb8515b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
.golang-build-api:
|
.golang-build-api:
|
||||||
variables:
|
variables:
|
||||||
GO-VERSION: 1.20
|
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:
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
.golang-lint:
|
.golang-lint:
|
||||||
variables:
|
variables:
|
||||||
#GOPROXY: https://nexus.durp.info/repository/go/
|
#GOPROXY: https://nexus.durp.info/repository/go/
|
||||||
GOLANGCI-LINT-VERISON: v1.55.2
|
GOLANGCI-LINT-VERISON: "v1.55.2"
|
||||||
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue