Merge pull request #36 from roman-khimov/docker-and-changelog

Docker fix and changelog
This commit is contained in:
Roman Khimov 2021-04-30 21:40:20 +03:00 committed by GitHub
commit 881136faf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 1 deletions

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