We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111f96c commit 2ac7aafCopy full SHA for 2ac7aaf
1 file changed
.buildkite/pipeline.yml
@@ -5,7 +5,7 @@ steps:
5
- name: ":golangci-lint: lint"
6
command: golangci-lint run --verbose --timeout 3m
7
plugins:
8
- - docker-compose#v5.10.0:
+ - docker-compose#v5.12.1:
9
config: .buildkite/compose.yaml
10
run: golangci-lint
11
tty: true
@@ -14,7 +14,7 @@ steps:
14
commands:
15
- go test -cover -v ./...
16
17
18
19
20
0 commit comments