golangci-lint: update to 1.60.1

Closes: #51853 [via git-merge-pr]
This commit is contained in:
Alexander I.Grafov 2024-08-14 22:34:51 +03:00 committed by classabbyamp
parent eda96d48db
commit 1ddac525d7
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'golangci-lint'
pkgname=golangci-lint
version=1.59.1
version=1.60.1
revision=1
build_style=go
go_import_path="github.com/golangci/golangci-lint"
@ -12,7 +12,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=a53ef63033da85f8d44ed21d9f5a310279e8da979bb3c5eb9c7ce63b25e99619
checksum=3ecb0d2fbbdbb7630eb847e1171f23f225ee7fd0327007ab76fb65af5a9ba7fe
# fix: collect2: fatal error: cannot find 'ld'
export LDFLAGS="-fuse-ld=bfd"