Skip to content

Commit

Permalink
golangci-lint: update to 1.56.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grafov committed Mar 17, 2024
1 parent df7a753 commit 4781feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/golangci-lint/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'golangci-lint'
pkgname=golangci-lint
version=1.53.3
version=1.56.2
revision=2

Check failure on line 4 in srcpkgs/golangci-lint/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

revision should be set to 1 on update
build_style=go
go_import_path="github.com/golangci/golangci-lint"
Expand All @@ -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=a11540d116fa6b015423afc1bfe57c4b22ec3c3165189442cdb7ff8fda729370
checksum=ee3efbd816dc87b5d8dc1820f66a6e0066cae2341cc88bb740fe69b9f367edaa

# fix: collect2: fatal error: cannot find 'ld'
export LDFLAGS="-fuse-ld=bfd"
Expand Down

0 comments on commit 4781feb

Please sign in to comment.