Skip to content

Commit

Permalink
⬆️ go versions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joefitzgerald committed Mar 3, 2020
1 parent 69a9adb commit a447b66
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: circleci/golang:1.12
- image: circleci/golang:1.14
working_directory: ~/counterfeiter
steps:
- checkout
- run: ~/counterfeiter/scripts/ci.sh
build-prior:
<<: *build-template
docker:
- image: circleci/golang:1.11
- image: circleci/golang:1.13

0 comments on commit a447b66

Please sign in to comment.