mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-02-01 03:51:05 +08:00
update tools
This commit is contained in:
parent
c93084e623
commit
3211406ef2
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -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.0
|
||||
GORELEASER_VERSION ?= v1.16.2
|
||||
DEEPCOPY_GEN_VERSION ?= v0.26.3
|
||||
GOLANGCI_LINT_VERSION ?= v1.52.2
|
||||
GORELEASER_VERSION ?= v1.17.0
|
||||
DEEPCOPY_GEN_VERSION ?= v0.27.0
|
||||
|
||||
## Tool Installer
|
||||
.PHONY: semver
|
||||
|
|
Loading…
Reference in a new issue