This commit is contained in:
tsmethurst 2021-08-12 15:55:16 +02:00
commit 261e2dd7d8

View file

@ -17,7 +17,7 @@ steps:
- name: cache
path: /go
commands:
- golangci-lint run --timeout 5m0s --tests=false
- golangci-lint run --timeout 5m0s --tests=false --verbose
- name: test
image: golang:1.16.4