trying to fix dockerci lint step
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -14,8 +14,9 @@ steps:
|
|||||||
image: golang:1.24-alpine
|
image: golang:1.24-alpine
|
||||||
commands:
|
commands:
|
||||||
- go mod download
|
- go mod download
|
||||||
|
- go mod tidy
|
||||||
- name: lint
|
- name: lint
|
||||||
image: golangci/golangci-lint:v1.59-alpine
|
image: golangci/golangci-lint:v1.64-alpine
|
||||||
commands:
|
commands:
|
||||||
- golangci-lint run --timeout=5m --verbose ./...
|
- golangci-lint run --timeout=5m --verbose ./...
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user