Skip to content

Commit

Permalink
gh action fix container build push
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Nov 11, 2023
1 parent 5db271a commit f700c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-go@v3

with:
go-version: "1.18"
go-version: '>=1.19.0'

- name: Build binary
run: |
Expand Down

0 comments on commit f700c27

Please sign in to comment.