Skip to content

Commit

Permalink
update CI to use current and prior go versions
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 c5d8ae0 commit 1bdb665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- name: Build and Test
run: ./scripts/ci.sh
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.16
stack: go 1.17

environment:
GOPATH: c:\gopath
Expand Down

0 comments on commit 1bdb665

Please sign in to comment.