File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22 - label : Release
33 agents :
44 image : " golang:1.23.2@sha256:a7f2fc9834049c1f5df787690026a53738e55fc097cd8a4a93faa3e06c67ee32"
5- cpu : " 8 "
5+ cpu : " 12 "
66 memory : " 32G"
77 command :
88 - " .buildkite/scripts/release.sh"
Original file line number Diff line number Diff line change 1+ # increase the default timeout for slow CI needs
2+ run :
3+ timeout : 300s
4+ concurrency : 0
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ misspell:
260260
261261.PHONY : golangci-lint
262262golangci-lint :
263- @ $(GOBIN ) /golangci-lint run --max-same-issues=0 --timeout=300s $(GOLANGCIFLAGS ) ./internal/...
263+ @ $(GOBIN ) /golangci-lint run --max-same-issues=0 $(GOLANGCIFLAGS ) ./internal/...
264264
265265
266266.PHONY : lint
You can’t perform that action at this time.
0 commit comments