diff --git a/.circleci/config.yml b/.circleci/config.yml index 34a847e6..3b0d4357 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -102,9 +102,9 @@ commands: - run: make fmt-check jobs: - test-llvm11-go116: + test-llvm11-go115: docker: - - image: circleci/golang:1.16-buster + - image: circleci/golang:1.15-buster steps: - test-linux: llvm: "11" @@ -118,5 +118,5 @@ jobs: workflows: test-all: jobs: - - test-llvm11-go116 + - test-llvm11-go115 - test-llvm12-go117