1
1
mirror of https://github.com/wader/fq.git synced 2024-10-04 23:48:00 +03:00

Merge pull request #106 from wader/bump-make-golangci-lint-1.44.0

Update make-golangci-lint from 1.43.0 to 1.44.0
This commit is contained in:
Mattias Wadman 2022-01-25 17:33:38 +01:00 committed by GitHub
commit 261acce4fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,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.43.0 run
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0 run
.PHONY: depgraph.svg
depgraph.svg: