Skip to content

Commit 9dcda85

Browse files
trustbyteherbygillot
authored andcommitted
golangci-lint: update to 2.6.2
1 parent 3665944 commit 9dcda85

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

devel/golangci-lint/Portfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PortSystem 1.0
44
PortGroup golang 1.0
55

6-
go.setup github.com/golangci/golangci-lint 2.5.0 v
6+
go.setup github.com/golangci/golangci-lint 2.6.2 v
77
revision 0
88

99
homepage https://golangci-lint.run
@@ -23,11 +23,12 @@ maintainers {gmail.com:herby.gillot @herbygillot} \
2323
{@steenzout} \
2424
openmaintainer
2525

26-
checksums rmd160 e4522758dfd4923358be7e31789ed8a8e9f0d061 \
27-
sha256 0e0fcb42d9eda9ab0ff167c1df1e79cfe6aac72fbc9f97b9ff158c96baa438f4 \
28-
size 5258480
26+
checksums rmd160 6cf52918bc94fb48420eed8deb134048074a6d4a \
27+
sha256 2cbe6b01858780ecc28b69840fe9621dabdb6287a50d96f186e491b682b4cbd5 \
28+
size 5329919
2929

30-
build.args -ldflags="-s -w -X main.version=${version} -X main.commit=${version}" \
30+
build.args -trimpath \
31+
-ldflags="-s -w -X main.version=v${version} -X main.commit=v${version} -X main.date=20251118" \
3132
./cmd/golangci-lint
3233

3334
# FIXME: This port currently can't be built without allowing go mod to fetch

0 commit comments

Comments
 (0)