We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10cd540 commit bfbf776Copy full SHA for bfbf776
.github/workflows/push.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
go-version: ${{ env.GO_VERSION }}
23
- name: Set up QEMU
24
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@v2
25
- name: Set up Docker Buildx
26
uses: docker/setup-buildx-action@v1
27
- name: Cache Go modules
0 commit comments