Skip to content

Commit c8113f4

Browse files
Set up go
1 parent 2feff4d commit c8113f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-push.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
username: ${{ github.actor }}
2626
password: ${{ secrets.GITHUB_TOKEN }}
2727

28+
- uses: actions/setup-go@v4
29+
with:
30+
go-version: '^1.13.1'
31+
2832
- name: Install operator-sdk
2933
run: |
3034
git clone https://github.com/operator-framework/operator-sdk

0 commit comments

Comments
 (0)