Skip to content

Commit 2d03f65

Browse files
committed
build: add Go 1.15 to CircleCI build
1 parent 154d4a7 commit 2d03f65

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,12 @@ jobs:
387387
steps:
388388
- test-linux:
389389
llvm: "10"
390+
test-llvm10-go115:
391+
docker:
392+
- image: circleci/golang:1.15-buster
393+
steps:
394+
- test-linux:
395+
llvm: "10"
390396
assert-test-linux:
391397
docker:
392398
- image: circleci/golang:1.14-stretch
@@ -418,6 +424,7 @@ workflows:
418424
- test-llvm10-go112
419425
- test-llvm10-go113
420426
- test-llvm10-go114
427+
- test-llvm10-go115
421428
- build-linux
422429
- build-macos
423430
- assert-test-linux

0 commit comments

Comments
 (0)