ci: updated supported go versions from 1.15-1.17 to 1.16-1.18

This commit is contained in:
Dan Kegel
2022-04-09 18:34:02 -07:00
committed by Ron Evans
parent d58c7d2521
commit fe0acb1670
4 changed files with 12 additions and 12 deletions
+6 -6
View File
@@ -102,15 +102,15 @@ commands:
- run: make fmt-check
jobs:
test-llvm11-go115:
test-llvm11-go116:
docker:
- image: circleci/golang:1.15-buster
- image: circleci/golang:1.16-buster
steps:
- test-linux:
llvm: "11"
test-llvm12-go116:
test-llvm12-go117:
docker:
- image: circleci/golang:1.16-buster
- image: circleci/golang:1.17-buster
steps:
- test-linux:
llvm: "12"
@@ -118,5 +118,5 @@ jobs:
workflows:
test-all:
jobs:
- test-llvm11-go115
- test-llvm12-go116
- test-llvm11-go116
- test-llvm12-go117