mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
ci/MSYS2: go install @latest (#1366)
This commit is contained in:
parent
eb3b6397b1
commit
3ed6a394b6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/Test.yml
vendored
4
.github/workflows/Test.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
export GOBIN=$HOME/go/bin
|
export GOBIN=$HOME/go/bin
|
||||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | bash -s -- -b $GOBIN latest
|
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/kyoh86/richgo@latest
|
||||||
go install github.com/mitchellh/gox
|
go install github.com/mitchellh/gox@latest
|
||||||
|
|
||||||
- run: PATH=$HOME/go/bin:$PATH make
|
- run: PATH=$HOME/go/bin:$PATH make
|
||||||
|
|
Loading…
Reference in a new issue