mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-19 19:17:02 -07:00
makefile: updated golangci-lint version
This commit is contained in:
parent
841a97dce4
commit
0c53fa7495
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -51,7 +51,7 @@ mod: ## go mod tidy
|
|||
inst: ## go install tools
|
||||
$(call print-target)
|
||||
go install github.com/client9/misspell/cmd/misspell@v0.3.4
|
||||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2
|
||||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v2.0.1
|
||||
go install github.com/goreleaser/goreleaser/v2@v2.3.2
|
||||
go install github.com/cpuguy83/go-md2man/v2@latest
|
||||
|
||||
|
|
@ -71,7 +71,7 @@ build: ## go build
|
|||
container: ## docker build
|
||||
container:
|
||||
$(call print-target)
|
||||
docker build . --build-arg REGISTRY_HOST=${REGISTRY_HOST} --no-cache --pull --tag '${NAME}:${VERSION}'
|
||||
docker build . --build-arg REGISTRY_HOST=${REGISTRY_HOST} --no-cache --pull --tag '${NAME}:${VERSION}'
|
||||
|
||||
.PHONY: spell
|
||||
spell: ## misspell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue