Skip to content

Commit

Permalink
Merge pull request #956 from kevpar/ci-fix
Browse files Browse the repository at this point in the history
Improve CI reliability by forcing vendor use
  • Loading branch information
kevpar authored Mar 2, 2021
2 parents 43a75bb + af84d88 commit 75535b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ clone_folder: c:\gopath\src\github.com\Microsoft\hcsshim
environment:
GOPATH: c:\gopath
PATH: "%GOPATH%\\bin;C:\\gometalinter-2.0.12-windows-amd64;%PATH%"
GOPROXY: 'off'
GOFLAGS: '-mod=vendor'

stack: go 1.15

Expand Down

0 comments on commit 75535b9

Please sign in to comment.