Skip to content

Commit 85db6e5

Browse files
alexsnssanadhya
authored andcommitted
symphony/circleci: downgrade golangci-lint to v1.23.8
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
1 parent 508327a commit 85db6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symphony/.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ executors:
3939
golangci:
4040
parameters:
4141
tag:
42-
default: v1.24
42+
default: v1.23.8
4343
type: string
4444
docker:
4545
- image: golangci/golangci-lint:<<parameters.tag>>

0 commit comments

Comments
 (0)