Skip to content

Commit

Permalink
symphony/circleci: downgrade golangci-lint to v1.23.8
Browse files Browse the repository at this point in the history
Summary:
v1.24 version of golangci-lint gets oomed killed during execution on circleci.
see golangci/golangci-lint#994 for more info.

Reviewed By: naor9991

Differential Revision: D20592270

fbshipit-source-id: 5a8b5f90555f18abfd0319615e9aaec1e7473ff4
  • Loading branch information
alexsn authored and ssanadhya committed Jun 17, 2020
1 parent 508327a commit 85db6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symphony/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ executors:
golangci:
parameters:
tag:
default: v1.24
default: v1.23.8
type: string
docker:
- image: golangci/golangci-lint:<<parameters.tag>>
Expand Down

0 comments on commit 85db6e5

Please sign in to comment.