Removes viper dependency by removing cobra/ CLI tool (#1604)
The cobra bootstrapping CLI tool has moved to https://github.com/spf13/cobra-cli Signed-off-by: John McBride <jmcbride@vmware.com>
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
go install github.com/kyoh86/richgo"${_version}"
|
||||
go install github.com/mitchellh/gox"${_version}"
|
||||
|
||||
- run: PATH=$HOME/go/bin/:$PATH make test cobra_generator
|
||||
- run: PATH=$HOME/go/bin/:$PATH make test
|
||||
|
||||
test-win:
|
||||
name: MINGW64
|
||||
@ -97,4 +97,4 @@ jobs:
|
||||
go install github.com/kyoh86/richgo@latest
|
||||
go install github.com/mitchellh/gox@latest
|
||||
|
||||
- run: PATH=$HOME/go/bin:$PATH make test cobra_generator
|
||||
- run: PATH=$HOME/go/bin:$PATH make test
|
||||
|
Reference in New Issue
Block a user