1
1
mirror of https://github.com/wader/fq.git synced 2024-12-25 06:12:30 +03:00

Merge pull request #256 from wader/bump-make-golangci-lint-1.46.0

Update make-golangci-lint from 1.45.2 to 1.46.0
This commit is contained in:
Mattias Wadman 2022-05-09 18:27:57 +02:00 committed by GitHub
commit c0c2c1f27f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ gogenerate:
.PHONY: lint
lint:
# bump: make-golangci-lint /golangci-lint@v([\d.]+)/ git:https://github.com/golangci/golangci-lint.git|^1
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.45.2 run
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.0 run
.PHONY: depgraph.svg
depgraph.svg: