Skip to content

Commit 08f8843

Browse files
author
Thomas Peetz
committed
Change getting dependencies
1 parent 8e2259f commit 08f8843

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@ jobs:
2424

2525
- name: Get dependencies
2626
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 |
27+
go get -v -t -d ./...
3328
3429
- name: Build
3530
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

Comments
 (0)