mirror of https://github.com/docker/compose.git
Fixes GH Action config.
(See https://github.com/docker/compose-cli/actions/runs/588864117) Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
parent
988813b130
commit
240f872b5c
|
@ -46,6 +46,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: 1.16
|
go-version: 1.16
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
|
- name: Set up gosum
|
||||||
run: |
|
run: |
|
||||||
go get -u gotest.tools/gotestsum
|
go get -u gotest.tools/gotestsum
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue