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 2
2
- label : Release
3
3
agents :
4
4
image : " golang:1.23.2@sha256:a7f2fc9834049c1f5df787690026a53738e55fc097cd8a4a93faa3e06c67ee32"
5
- cpu : " 8 "
5
+ cpu : " 12 "
6
6
memory : " 32G"
7
7
command :
8
8
- " .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:
260
260
261
261
.PHONY : golangci-lint
262
262
golangci-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/...
264
264
265
265
266
266
.PHONY : lint
You can’t perform that action at this time.
0 commit comments