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 f1d5047 commit ed8f2ebCopy full SHA for ed8f2eb
appveyor.yml
@@ -15,7 +15,7 @@ stack: go 1.12
15
16
install:
17
# install the task executor
18
- - curl -fsS -o task.zip https://github.com/go-task/task/releases/download/v2.6.0/task_windows_amd64.zip
+ - curl -fsS -o task.zip -O https://github.com/go-task/task/releases/download/v2.6.0/task_windows_amd64.zip
19
- 7z e task.zip -o$(GOPATH)\bin
20
# golang dependencies needed at test time
21
- go get github.com/golangci/govet
0 commit comments