golangci-lint: update to 1.60.2

This commit is contained in:
Alexander I.Grafov 2024-08-21 16:45:27 +03:00 committed by classabbyamp
parent 5da2aa4ec0
commit af0eeea70b
1 changed files with 3 additions and 3 deletions

View File

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