move ci check to go 1.20

This commit is contained in:
Scott Blum 2023-09-22 16:11:55 -04:00
parent 6194cd7209
commit 7c7da12f96
1 changed files with 6 additions and 6 deletions

View File

@ -19,6 +19,12 @@ jobs:
working_directory: ~/repo working_directory: ~/repo
docker: docker:
- image: cimg/go:1.19 - image: cimg/go:1.19
steps: *simple_job_steps
build-1-20:
working_directory: ~/repo
docker:
- image: cimg/go:1.20
steps: steps:
- checkout - checkout
- run: - run:
@ -26,12 +32,6 @@ jobs:
command: | command: |
make ci make ci
build-1-20:
working_directory: ~/repo
docker:
- image: cimg/go:1.20
steps: *simple_job_steps
build-1-21: build-1-21:
working_directory: ~/repo working_directory: ~/repo
docker: docker: