Skip to content

Commit

Permalink
Merge pull request #150 from navidys/main
Browse files Browse the repository at this point in the history
gh action fix container build push
  • Loading branch information
navidys authored Nov 11, 2023
2 parents 5db271a + f700c27 commit 12f4404
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 12f4404

Please sign in to comment.