We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedfef3 commit c757a3fCopy full SHA for c757a3f
.circleci/config.yml
@@ -82,6 +82,7 @@ commands:
82
- go-cache-v2-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_PREVIOUS_BUILD_NUM }}
83
- go-cache-v2-{{ checksum "go.mod" }}
84
- llvm-source-linux
85
+ - run: gofmt -w -r 'any -> interface{}' src
86
- run: go install -tags=llvm<<parameters.llvm>> .
87
- restore_cache:
88
keys:
0 commit comments