golangci-lint: update to v1.59.0

This commit is contained in:
Alexander I.Grafov 2024-05-28 16:01:07 +03:00 committed by cinerea0
parent e840497bc5
commit 4d078581bd

View file

@ -1,6 +1,6 @@
# Template file for 'golangci-lint'
pkgname=golangci-lint
version=1.58.2
version=1.59.0
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=72fb872ffd0921e2dbb8bd819e2650780f813f6edf234efbc3039ed5fd86eb52
checksum=635c64c5c532af9f41cd100e2c0db9de8a261fa7aa0224e600487e0d1c298f44
# fix: collect2: fatal error: cannot find 'ld'
export LDFLAGS="-fuse-ld=bfd"