update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#%%MULTILINE_YAML_START
|
||||
#run linter
|
||||
golangci-lint run ./... --timeout 5m0s -D typecheck
|
||||
golangci-lint run ./... --timeout 5m0s
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
.golang-lint:
|
||||
variables:
|
||||
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:
|
||||
- ./scripts/golang-lint.sh
|
||||
|
||||
Reference in New Issue
Block a user