Skip to content

Commit

Permalink
Fix golangci-lint OOM on Jenkins
Browse files Browse the repository at this point in the history
Signed-off-by: Cory Snider <csnider@mirantis.com>
  • Loading branch information
corhere committed Feb 24, 2023
1 parent b936fe7 commit 938ebeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/validate/golangci-lint
Expand Up @@ -21,7 +21,7 @@ echo -e "\n\033[0;36mINFO\033[0m Start validation with golang-ci-lint"

# TODO use --out-format=junit-xml and store artifacts
# shellcheck disable=SC2086
GOGC=75 golangci-lint run \
GOGC=30 golangci-lint run \
${GOLANGCI_LINT_OPTS} \
--print-resources-usage \
--build-tags="${DOCKER_BUILDTAGS}" \
Expand Down

0 comments on commit 938ebeb

Please sign in to comment.