golangci-lint: Build with go 1.25 (#433687)

This commit is contained in:
Sandro
2025-09-03 11:48:37 +02:00
committed by GitHub
+7 -2
View File
@@ -1,5 +1,10 @@
{
buildGoModule,
# golangci-lint has historically required code changes to support new versions of
# go so always use the latest specific go version that golangci-lint supports
# rather than buildGoLatestModule.
# This can be bumped when the release notes of golangci-lint detail support for
# new version of go.
buildGo125Module,
buildPackages,
fetchFromGitHub,
installShellFiles,
@@ -7,7 +12,7 @@
stdenv,
}:
buildGoModule (finalAttrs: {
buildGo125Module (finalAttrs: {
pname = "golangci-lint";
version = "2.4.0";