Skip to content

Commit

Permalink
ci/MSYS2: go install @latest
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Mar 12, 2021
1 parent eb3b639 commit d7c299f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test.yml
Expand Up @@ -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

0 comments on commit d7c299f

Please sign in to comment.