workflows: use proper make dep for Docker image workflow

`go mod download` changes go.sum making our images "-dirty".
This commit is contained in:
Roman Khimov 2021-04-30 19:43:06 +03:00
parent 37fa2c6757
commit 7a7d27e894

View file

@ -56,7 +56,7 @@ jobs:
key: deps-${{ hashFiles('go.sum') }}
- name: Update Go modules
run: go mod download -json
run: make dep
- name: Build image
run: make image