File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,16 @@ steps:
62
62
workingDirectory: '$(modulePath)'
63
63
displayName: 'Get errcheck, then run'
64
64
65
+ # https://github.com/psampaz/go-mod-outdated/archive/v0.3.0.tar.gz
66
+ - script : |
67
+ mkdir -p $(go env GOPATH)/src/github.com/psampaz/go-mod-outdated
68
+ curl -sfL -o $(go env GOPATH)/src/github.com/psampaz/go-mod-outdated.tar.gz https://github.com/psampaz/go-mod-outdated/archive/v0.3.0.tar.gz
69
+ tar xzf $(go env GOPATH)/src/github.com/psampaz/go-mod-outdated.tar.gz --directory $(go env GOPATH)/src/github.com/psampaz/go-mod-outdated --strip-components=1
70
+ cd $(go env GOPATH)/src/github.com/psampaz/go-mod-outdated && go get ./... && go install && cd -
71
+ go list -u -m -json all | go-mod-outdated -update -direct
72
+ workingDirectory: '$(modulePath)'
73
+ displayName: 'Get go-mod-outdated, then run'
74
+
65
75
- script : |
66
76
go test -v ./...
67
77
workingDirectory: '$(modulePath)'
You can’t perform that action at this time.
0 commit comments