mirror of https://github.com/spf13/cobra.git
ci/MSYS2: go install @latest (#1366)
This commit is contained in:
parent
eb3b6397b1
commit
3ed6a394b6
|
@ -77,7 +77,7 @@ jobs:
|
|||
- run: |
|
||||
export GOBIN=$HOME/go/bin
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | bash -s -- -b $GOBIN latest
|
||||
go install github.com/kyoh86/richgo
|
||||
go install github.com/mitchellh/gox
|
||||
go install github.com/kyoh86/richgo@latest
|
||||
go install github.com/mitchellh/gox@latest
|
||||
|
||||
- run: PATH=$HOME/go/bin:$PATH make
|
||||
|
|
Loading…
Reference in New Issue