Skip to content

Commit

Permalink
Ensure the GOBIN is on the dir
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSiu1995 committed Jun 2, 2020
1 parent 65c7b9e commit fef07ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
make get
- name: Lint Code
run: |
go install golang.org/x/tools/cmd/goimports
go install golang.org/x/lint/golint
GOBIN=$HOME go install golang.org/x/tools/cmd/goimports && \
go install golang.org/x/lint/golint && \
make lint
env:
- name: Test
run: |
make test
Expand Down

0 comments on commit fef07ad

Please sign in to comment.