Skip to content

Commit

Permalink
Fix go workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Rabot <[email protected]>
  • Loading branch information
sylr committed Jul 8, 2024
1 parent c37220b commit 22c62eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
cache: false
id: go

- name: Setup docker QEMU
uses: docker/setup-qemu-action@v3

- name: Setup docker buildx
uses: docker/setup-buildx-action@v3

- name: Verify go mod
run: make go-mod-verify

Expand Down

0 comments on commit 22c62eb

Please sign in to comment.