mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
update
This commit is contained in:
parent
fea2141e15
commit
6c53a88bf1
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
.golang-build-api:
|
||||
variables:
|
||||
GOPROXY: https://nexus.durp.info/repository/go/
|
||||
#GOPROXY: https://nexus.durp.info/repository/go/
|
||||
image: registry.durp.info/golang:1.20
|
||||
script:
|
||||
- ./scripts/golang-build-api.sh
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
.golang-lint:
|
||||
variables:
|
||||
GOPROXY: https://nexus.durp.info/repository/go/
|
||||
#GOPROXY: https://nexus.durp.info/repository/go/
|
||||
CGO_ENABLED: 0
|
||||
image: registry.durp.info/golangci/golangci-lint:v1.55.2
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue