Skip to content

Commit bfbf776

Browse files
Update docker/setup-qemu-action action to v2 (#128)
1 parent 10cd540 commit bfbf776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
go-version: ${{ env.GO_VERSION }}
2323
- name: Set up QEMU
24-
uses: docker/setup-qemu-action@v1
24+
uses: docker/setup-qemu-action@v2
2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v1
2727
- name: Cache Go modules

0 commit comments

Comments
 (0)