Skip to content

Commit 7e9c350

Browse files
committed
Ensure the GOBIN is on the dir
1 parent 65c7b9e commit 7e9c350

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
make get
3131
- name: Lint Code
3232
run: |
33-
go install golang.org/x/tools/cmd/goimports
34-
go install golang.org/x/lint/golint
35-
make lint
33+
GOBIN=$HOME go install golang.org/x/tools/cmd/goimports
34+
GOBIN=$HOME go install golang.org/x/lint/golint
35+
GOBIN=$HOME make lint
3636
- name: Test
3737
run: |
3838
make test

0 commit comments

Comments
 (0)