mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-01-04 06:14:16 +08:00
update tools
This commit is contained in:
parent
598324b7aa
commit
02547975e9
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
@ -28,7 +28,7 @@ release: semver goreleaser
|
|||
$(GORELEASER) --clean
|
||||
|
||||
test-release: goreleaser
|
||||
$(GORELEASER) --skip-publish --snapshot --rm-dist
|
||||
$(GORELEASER) --skip-publish --snapshot --clean
|
||||
|
||||
## toolbox - start
|
||||
## Current working directory
|
||||
|
@ -48,9 +48,9 @@ DEEPCOPY_GEN ?= $(LOCALBIN)/deepcopy-gen
|
|||
## Tool Versions
|
||||
SEMVER_VERSION ?= v1.1.3
|
||||
MOCKGEN_VERSION ?= v1.6.0
|
||||
GOLANGCI_LINT_VERSION ?= v1.52.2
|
||||
GORELEASER_VERSION ?= v1.17.0
|
||||
DEEPCOPY_GEN_VERSION ?= v0.27.0
|
||||
GOLANGCI_LINT_VERSION ?= v1.53.2
|
||||
GORELEASER_VERSION ?= v1.18.2
|
||||
DEEPCOPY_GEN_VERSION ?= v0.27.2
|
||||
|
||||
## Tool Installer
|
||||
.PHONY: semver
|
||||
|
|
Loading…
Reference in a new issue