Skip to content

Commit

Permalink
update circleci config to use go current and prior
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Fitzgerald <jfitzgerald@vmware.com>
  • Loading branch information
joefitzgerald committed Dec 6, 2021
1 parent 89055e7 commit c61e04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ workflows:
jobs:
build: &build-template
docker:
- image: cimg/go:1.16
- image: cimg/go:1.17
working_directory: ~/counterfeiter
steps:
- checkout
- run: ~/counterfeiter/scripts/ci.sh
build-prior:
<<: *build-template
docker:
- image: cimg/go:1.15
- image: cimg/go:1.16

0 comments on commit c61e04c

Please sign in to comment.