mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
update
This commit is contained in:
parent
fd1fb54314
commit
14d1577bb7
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
#%%MULTILINE_YAML_START
|
#%%MULTILINE_YAML_START
|
||||||
#run linter
|
#run linter
|
||||||
golangci-lint run ./... --timeout 5m0s -D typecheck
|
golangci-lint run ./... --timeout 5m0s
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,6 @@
|
||||||
.golang-lint:
|
.golang-lint:
|
||||||
variables:
|
variables:
|
||||||
GOPROXY: https://nexus.durp.info/repository/go/
|
GOPROXY: https://nexus.durp.info/repository/go/
|
||||||
image: registry.durp.info/golangci/golangci-lint:v1.55.2
|
image: registry.durp.info/golangci/golangci-lint:v1.54
|
||||||
script:
|
script:
|
||||||
- ./scripts/golang-lint.sh
|
- ./scripts/golang-lint.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue