We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2259f commit 08f8843Copy full SHA for 08f8843
.github/workflows/go.yml
@@ -24,12 +24,7 @@ jobs:
24
25
- name: Get dependencies
26
run: |
27
- go get -v -t -d -u github.com/spf13/cobra/cobra |
28
- go get -v -t -d -u github.com/jstemmer/go-junit-report |
29
- go get -v -t -d -u github.com/inconshreveable/mousetrap |
30
- go get -v -t -d -u github.com/mitchellh/go-homedir |
31
- go get -v -t -d -u github.com/t-yuki/gocover-cobertura |
32
- go get -v -t -d -u golang.org/x/lint/golint |
+ go get -v -t -d ./...
33
34
- name: Build
35
run: go build -v -ldflags="-X main.version=$(shell git describe --always --long --dirty)" -o bin/pull-task cmd/pull-task/main.go
0 commit comments