1
1
mirror of https://github.com/wader/fq.git synced 2024-11-27 14:14:58 +03:00

Merge pull request #446 from wader/bump-make-golangci-lint-1.50.0

Update make-golangci-lint to 1.50.0 from 1.49.0
This commit is contained in:
Mattias Wadman 2022-10-04 18:14:37 +02:00 committed by GitHub
commit 4886721ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ gogenerate:
lint:
# bump: make-golangci-lint /golangci-lint@v([\d.]+)/ git:https://github.com/golangci/golangci-lint.git|^1
# bump: make-golangci-lint link "Release notes" https://github.com/golangci/golangci-lint/releases/tag/v$LATEST
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0 run
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.0 run
.PHONY: depgraph.svg
depgraph.svg: