chore(golangci-lint): upgrade
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
c77f9dc518
commit
cbeba830d4
3
Makefile
3
Makefile
@ -1,6 +1,7 @@
|
|||||||
GO := go
|
GO := go
|
||||||
|
|
||||||
GORELEASER := $(GO) run github.com/goreleaser/goreleaser@v1.3.1
|
GORELEASER := $(GO) run github.com/goreleaser/goreleaser@v1.3.1
|
||||||
GOLANGCI_LINT := $(GO) run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.43.0
|
GOLANGCI_LINT := $(GO) run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user