golangci-lint: update to 1.43.0.

This commit is contained in:
Daniel Lewan 2021-12-21 23:59:09 +01:00 committed by Érico Nogueira Rolim
parent 5ecf84b0eb
commit e188a897af

View file

@ -1,6 +1,6 @@
# Template file for 'golangci-lint'
pkgname=golangci-lint
version=1.42.1
version=1.43.0
revision=1
build_style=go
go_import_path=github.com/golangci/golangci-lint/cmd/golangci-lint
@ -11,7 +11,7 @@ license="GPL-3.0-only"
homepage="https://github.com/golangci/golangci-lint"
changelog="https://raw.githubusercontent.com/golangci/golangci-lint/master/CHANGELOG.md"
distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
checksum=ce44ca899cddc5520ac8816defd8c4ab23beab4da00baaca138f10028729388a
checksum=1fea2ae146e9578931ade7dfd4a0ae3335079dd49bbb396c1fef2333a6524632
# fix: collect2: fatal error: cannot find 'ld'
export LDFLAGS="-fuse-ld=bfd"