Skip to content

Commit e5df263

Browse files
Set go bin
1 parent c8113f4 commit e5df263

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker-push.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
with:
3030
go-version: '^1.13.1'
3131

32+
- name: Set go bin
33+
run: |
34+
export GOPATH=$HOME/go
35+
export GOBIN=$(go env GOPATH)/bin
36+
3237
- name: Install operator-sdk
3338
run: |
3439
git clone https://github.com/operator-framework/operator-sdk

0 commit comments

Comments
 (0)