Skip to content

Commit 74c8ac8

Browse files
author
andrii.pavliv
committed
feat: updated go libs. Fixed snyk and versioning issues
Signed-off-by: andrii.pavliv <andrii.pavliv@securekey>
1 parent 01244ec commit 74c8ac8

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,17 @@ jobs:
209209
echo '127.0.0.1 vc-rest-echo.trustbloc.local' | sudo tee -a /etc/hosts
210210
echo '127.0.0.1 api-gateway.trustbloc.local' | sudo tee -a /etc/hosts
211211
echo '127.0.0.1 cognito-mock.trustbloc.local' | sudo tee -a /etc/hosts
212-
- name: Install and start docker
213-
uses: douglascamata/setup-docker-macos-action@v1-alpha
212+
- name: Install and start Docker (Colima)
213+
uses: douglascamata/setup-docker-macos-action@v1
214214
with:
215-
upgrade-qemu: false
216215
lima: v1.0.4
217216
colima: v0.8.1
217+
colima-network-address: false
218+
- name: Verify Docker/Colima
219+
run: |
220+
docker version
221+
colima status
222+
docker run --rm hello-world || true
218223
- name: Download artifacts (Docker images) from previous workflows
219224
uses: actions/download-artifact@v4
220225
- name: Load mock-login-consent server
@@ -296,12 +301,17 @@ jobs:
296301
echo '127.0.0.1 vc-rest-echo.trustbloc.local' | sudo tee -a /etc/hosts
297302
echo '127.0.0.1 api-gateway.trustbloc.local' | sudo tee -a /etc/hosts
298303
echo '127.0.0.1 cognito-mock.trustbloc.local' | sudo tee -a /etc/hosts
299-
- name: Install and start docker
300-
uses: douglascamata/setup-docker-macos-action@v1-alpha
304+
- name: Install and start Docker (Colima)
305+
uses: douglascamata/setup-docker-macos-action@v1
301306
with:
302-
upgrade-qemu: false
303307
lima: v1.0.4
304308
colima: v0.8.1
309+
colima-network-address: false
310+
- name: Verify Docker/Colima
311+
run: |
312+
docker version
313+
colima status
314+
docker run --rm hello-world || true
305315
- name: Download artifacts (Docker images) from previous workflows
306316
uses: actions/download-artifact@v4
307317
- name: Load mock-login-consent server

0 commit comments

Comments
 (0)