mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
golangci-lint: update to 1.24.0
This commit is contained in:
parent
28263c8572
commit
e25bc06c1a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'golangci-lint'
|
# Template file for 'golangci-lint'
|
||||||
pkgname=golangci-lint
|
pkgname=golangci-lint
|
||||||
version=1.23.8
|
version=1.24.0
|
||||||
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 @@ maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/golangci/golangci-lint"
|
homepage="https://github.com/golangci/golangci-lint"
|
||||||
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=25b0cfa1799bb37e78a214b757e1c83d7c485285f9939e8e7631664bc35bbe72
|
checksum=d1f1441a966f090bf3f49e1737668a0b4c7eae5916d2bcaee48cca045e881f27
|
||||||
|
|
||||||
# Cross builds fail with -fuse-ld=gold
|
# Cross builds fail with -fuse-ld=gold
|
||||||
LDFLAGS="-fuse-ld=bfd"
|
LDFLAGS="-fuse-ld=bfd"
|
||||||
|
|
Loading…
Add table
Reference in a new issue