File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 33PortSystem 1.0
44PortGroup 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
77revision 0
88
99homepage 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
You can’t perform that action at this time.
0 commit comments