chore(golangci-lint): upgrade
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Marvin Preuss 2022-01-28 13:00:25 +01:00
parent c77f9dc518
commit cbeba830d4

View File

@ -1,6 +1,7 @@
GO := go
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
test: