Browse Source

Fixes GH Action config.
(See https://github.com/docker/compose-cli/actions/runs/588864117)

Signed-off-by: Guillaume Tardif <[email protected]>

Guillaume Tardif 4 years ago
parent
commit
240f872b5c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/ci.yml

+ 2 - 0
.github/workflows/ci.yml

@@ -46,6 +46,8 @@ jobs:
         with:
           go-version: 1.16
         id: go
+
+      - name: Set up gosum
         run: |
           go get -u gotest.tools/gotestsum