This commit is contained in:
2023-11-25 06:42:18 -06:00
parent fd1fb54314
commit 14d1577bb7
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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