chore: Drop gogc further for Windows lint to 10 (#14592)

This commit is contained in:
Joshua Powers 2024-01-18 07:17:25 -07:00 committed by GitHub
parent d0fb3e25e0
commit f0a3217aa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ jobs:
command: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.0
- run:
name: "Windows"
command: GOGC=15 GOOS=windows /go/bin/golangci-lint run --verbose --timeout=30m
command: GOGC=10 GOOS=windows /go/bin/golangci-lint run --verbose --timeout=30m
no_output_timeout: 30m
test-go-linux:
executor: telegraf-ci