Skip to content

Commit 1ed2fb9

Browse files
committed
Add go get to appveyor config
1 parent 69ba5a0 commit 1ed2fb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ install:
1717
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
1818
- go version
1919
- go env
20+
- go get -t .
2021

2122
build_script:
2223
- go build

0 commit comments

Comments
 (0)