chore: Drop windows lint gogc value to 1 (#14626)
This commit is contained in:
parent
c90117eb53
commit
435199c4ed
|
|
@ -122,7 +122,7 @@ jobs:
|
||||||
command: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.0
|
command: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.0
|
||||||
- run:
|
- run:
|
||||||
name: "Windows"
|
name: "Windows"
|
||||||
command: GOGC=10 GOOS=windows /go/bin/golangci-lint run --verbose --timeout=30m
|
command: GOGC=1 GOOS=windows /go/bin/golangci-lint run --verbose --timeout=30m
|
||||||
no_output_timeout: 30m
|
no_output_timeout: 30m
|
||||||
test-go-linux:
|
test-go-linux:
|
||||||
executor: telegraf-ci
|
executor: telegraf-ci
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue