Skip to content

Commit

Permalink
Merge pull request #167 from s-urbaniak/fix-publish
Browse files Browse the repository at this point in the history
github/workflows: fix golang setup for publish job
  • Loading branch information
s-urbaniak committed Apr 8, 2022
2 parents fc8a29c + 10b2bdf commit 0475166
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup golang for building
uses: actions/setup-go@v2
with:
go-version: ${{ env.go-version }}
- name: Login to Quay.io
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 0475166

Please sign in to comment.