We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eabc90 commit bdd4ebaCopy full SHA for bdd4eba
.github/workflows/ci.yml
@@ -55,8 +55,7 @@ jobs:
55
- name: Make repo safe
56
run: git config --global --add safe.directory /__w/SOARCA/SOARCA
57
- name: Get docker binary
58
- uses: docker-practice/actions-setup-docker@master
59
- timeout-minutes: 12
+ uses: docker/setup-qemu-action@v3
60
- name: Install swaggo
61
run: go install github.com/swaggo/swag/cmd/swag@latest
62
- name: Run tests
0 commit comments