chore: add docker target to Makefile (#138)

Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
Khosrow Moossavi 2021-04-02 12:19:50 -04:00 committed by GitHub
parent f76afed086
commit 7cc56b1256
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 12 deletions

View file

@ -13,6 +13,7 @@ on:
env:
GO_VERSION: "1.16"
GOLANGCI_VERSION: "v1.38"
jobs:
tests:
@ -54,4 +55,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.38
version: ${{ env.GOLANGCI_VERSION }}