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

Commit 1b2595d

Browse files
authored
fix appveyor build. (#1168)
1 parent 3da91ae commit 1b2595d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ clone_folder: c:\gopath\src\go.opencensus.io
66

77
environment:
88
GOPATH: 'c:\gopath'
9-
GOVERSION: '1.11'
109
GO111MODULE: 'on'
1110
CGO_ENABLED: '0' # See: https://github.com/appveyor/ci/issues/2613
1211

13-
install:
14-
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
15-
- choco upgrade golang --version 1.11.5 # Temporary fix because of a go.sum bug in 1.11
12+
stack: go 1.11
13+
14+
before_test:
1615
- go version
1716
- go env
1817

0 commit comments

Comments
 (0)