golangci-lint: update to 1.53.3.

This commit is contained in:
Daniel Lewan 2023-06-20 09:41:35 +02:00 committed by Andrew Benson
parent df154dacd6
commit e1b7c430d0

View file

@ -1,6 +1,6 @@
# Template file for 'golangci-lint' # Template file for 'golangci-lint'
pkgname=golangci-lint pkgname=golangci-lint
version=1.53.2 version=1.53.3
revision=1 revision=1
build_style=go build_style=go
go_import_path=github.com/golangci/golangci-lint/cmd/golangci-lint 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" homepage="https://github.com/golangci/golangci-lint"
changelog="https://raw.githubusercontent.com/golangci/golangci-lint/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/golangci/golangci-lint/master/CHANGELOG.md"
distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz" distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
checksum=fc3e94b5574cdbe0faf37c8cbc1764c4ed07852a9e9dc146216ee69a20b3f97c checksum=a11540d116fa6b015423afc1bfe57c4b22ec3c3165189442cdb7ff8fda729370
# fix: collect2: fatal error: cannot find 'ld' # fix: collect2: fatal error: cannot find 'ld'
export LDFLAGS="-fuse-ld=bfd" export LDFLAGS="-fuse-ld=bfd"