Skip to content

Commit c757a3f

Browse files
committed
.circleci: demonstrate how to build with old go
1 parent eedfef3 commit c757a3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ commands:
8282
- go-cache-v2-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_PREVIOUS_BUILD_NUM }}
8383
- go-cache-v2-{{ checksum "go.mod" }}
8484
- llvm-source-linux
85+
- run: gofmt -w -r 'any -> interface{}' src
8586
- run: go install -tags=llvm<<parameters.llvm>> .
8687
- restore_cache:
8788
keys:

0 commit comments

Comments
 (0)