mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
chore: add docker target to Makefile (#138)
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
parent
f76afed086
commit
7cc56b1256
4 changed files with 29 additions and 12 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue