update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user