Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
fix appveyor build. (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
rghetia committed Sep 11, 2019
1 parent 3da91ae commit 1b2595d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ clone_folder: c:\gopath\src\go.opencensus.io

environment:
GOPATH: 'c:\gopath'
GOVERSION: '1.11'
GO111MODULE: 'on'
CGO_ENABLED: '0' # See: https://github.com/appveyor/ci/issues/2613

install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- choco upgrade golang --version 1.11.5 # Temporary fix because of a go.sum bug in 1.11
stack: go 1.11

before_test:
- go version
- go env

Expand Down

0 comments on commit 1b2595d

Please sign in to comment.