Update file golang.tpl.yml
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
.golang-build-api:
|
||||
variables:
|
||||
GOPROXY: https://nexus.durp.info/repository/go/
|
||||
image: registry.durp.info/golang:1.20
|
||||
script:
|
||||
- ./scripts/golang-build-api.sh
|
||||
@@ -8,6 +10,7 @@
|
||||
- $CI_PROJECT_DIR/output
|
||||
|
||||
.golang-lint:
|
||||
GOPROXY: https://nexus.durp.info/repository/go/
|
||||
image: registry.durp.info/golangci/golangci-lint:latest
|
||||
script:
|
||||
- ./scripts/golang-lint.sh
|
||||
Reference in New Issue
Block a user