Skip to content

Commit

Permalink
core: bump golangci-lint due to some memory issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Sep 18, 2024
1 parent e2ceb0b commit 58345d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions overlays/go.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ final: prev: rec {

golangci-lint = prev.golangci-lint.override rec {
buildGoModule = args: final.buildGoModule (args // rec {
version = "1.60.3";
version = "1.61.0";
src = prev.fetchFromGitHub {
owner = "golangci";
repo = "golangci-lint";
rev = "v${version}";
sha256 = "sha256-0ScdJ5td2N8WF1dwHQ3dBSjyr1kqgrzCfBzbRg9cRrw=";
sha256 = "sha256-2YzVNOdasal27R92l6eVdeS81mAp0ZU6kYsC/Jfvkcg=";
};

vendorHash = "sha256-ixeswsfx36D0Tg103swbBD8UXXLNYbxSMYDE+JOm+uw=";
vendorHash = "sha256-mFDCRxbLq08yRd0ko3CCPJD2BZiCB0Gwd1g+/1oR6w8=";

ldflags = [
"-s"
Expand Down

0 comments on commit 58345d5

Please sign in to comment.