Skip to content

Commit

Permalink
update CI to use go1.18 & go1.17
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Fitzgerald <jfitzgerald@vmware.com>
  • Loading branch information
joefitzgerald committed Mar 16, 2022
1 parent 33d98b7 commit 241d588
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.17
- image: cimg/go:1.18
working_directory: ~/counterfeiter
steps:
- checkout
- run: ~/counterfeiter/scripts/ci.sh
build-prior:
<<: *build-template
docker:
- image: cimg/go:1.16
- image: cimg/go:1.17
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ shallow_clone: true
clone_depth: 10
clone_folder: c:\projects\counterfeiter
image: Visual Studio 2019
stack: go 1.17
stack: go 1.18

environment:
GOPATH: c:\gopath
Expand Down

0 comments on commit 241d588

Please sign in to comment.