We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faae93e commit 0b05170Copy full SHA for 0b05170
appveyor.yml
@@ -18,6 +18,7 @@ install:
18
# install the task executor
19
- curl -o task.zip -LO https://github.com/go-task/task/releases/download/v2.6.0/task_windows_amd64.zip
20
- 7z e task.zip -o$(GOPATH)\bin
21
+ - dir $(GOPATH)\bin
22
# golang dependencies needed at test time
23
- go get github.com/golangci/govet
24
- go get golang.org/x/lint/golint
0 commit comments