mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-01-06 07:14:47 +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
|
$(GORELEASER) --clean
|
||||||
|
|
||||||
test-release: goreleaser
|
test-release: goreleaser
|
||||||
$(GORELEASER) --skip-publish --snapshot --rm-dist
|
$(GORELEASER) --skip-publish --snapshot --clean
|
||||||
|
|
||||||
## toolbox - start
|
## toolbox - start
|
||||||
## Current working directory
|
## Current working directory
|
||||||
|
@ -48,9 +48,9 @@ DEEPCOPY_GEN ?= $(LOCALBIN)/deepcopy-gen
|
||||||
## Tool Versions
|
## Tool Versions
|
||||||
SEMVER_VERSION ?= v1.1.3
|
SEMVER_VERSION ?= v1.1.3
|
||||||
MOCKGEN_VERSION ?= v1.6.0
|
MOCKGEN_VERSION ?= v1.6.0
|
||||||
GOLANGCI_LINT_VERSION ?= v1.52.2
|
GOLANGCI_LINT_VERSION ?= v1.53.2
|
||||||
GORELEASER_VERSION ?= v1.17.0
|
GORELEASER_VERSION ?= v1.18.2
|
||||||
DEEPCOPY_GEN_VERSION ?= v0.27.0
|
DEEPCOPY_GEN_VERSION ?= v0.27.2
|
||||||
|
|
||||||
## Tool Installer
|
## Tool Installer
|
||||||
.PHONY: semver
|
.PHONY: semver
|
||||||
|
|
Loading…
Reference in a new issue