mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
Update file golang.tpl.yml
This commit is contained in:
parent
48b3b06c20
commit
ece4727f53
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
.golang-build-api:
|
.golang-build-api:
|
||||||
|
variables:
|
||||||
|
GOPROXY: https://nexus.durp.info/repository/go/
|
||||||
image: registry.durp.info/golang:1.20
|
image: registry.durp.info/golang:1.20
|
||||||
script:
|
script:
|
||||||
- ./scripts/golang-build-api.sh
|
- ./scripts/golang-build-api.sh
|
||||||
|
|
@ -8,6 +10,7 @@
|
||||||
- $CI_PROJECT_DIR/output
|
- $CI_PROJECT_DIR/output
|
||||||
|
|
||||||
.golang-lint:
|
.golang-lint:
|
||||||
|
GOPROXY: https://nexus.durp.info/repository/go/
|
||||||
image: registry.durp.info/golangci/golangci-lint:latest
|
image: registry.durp.info/golangci/golangci-lint:latest
|
||||||
script:
|
script:
|
||||||
- ./scripts/golang-lint.sh
|
- ./scripts/golang-lint.sh
|
||||||
Loading…
Add table
Add a link
Reference in a new issue