Skip to content

Commit 3db3a0e

Browse files
authored
golangci-lint: 1.64.8 -> 2.0.0 (#392713)
2 parents 9c3f5b8 + 73f98b0 commit 3db3a0e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doc/release-notes/rl-2505.section.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636

3737
- NetBox version 4.0.X available as `netbox_4_0` was removed. Please upgrade to `4.2`.
3838

39+
- `golangci-lint` has reached `v2`. Please read the changes and view the migration guide [here](https://golangci-lint.run/product/changelog/#200).
40+
3941
- `i3status-rust`-package no longer enables `notmuch` by default. It can be enabled via `withNotmuch`.
4042

4143
- Default ICU version updated from 74 to 76

pkgs/by-name/go/golangci-lint/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGo124Module rec {
99
pname = "golangci-lint";
10-
version = "1.64.8";
10+
version = "2.0.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "golangci";
1414
repo = "golangci-lint";
1515
rev = "v${version}";
16-
hash = "sha256-H7IdXAleyzJeDFviISitAVDNJmiwrMysYcGm6vAoWso=";
16+
hash = "sha256-1TDYMjFEyI9ULnLn+1RYxRWrGkJZcEDDGvLb4qiVLNc=";
1717
};
1818

19-
vendorHash = "sha256-i7ec4U4xXmRvHbsDiuBjbQ0xP7xRuilky3gi+dT1H10=";
19+
vendorHash = "sha256-B6mCvJtIfRbAv6fZ8Ge82nT9oEcL3WR4D+AAVs9R3zM=";
2020

2121
subPackages = [ "cmd/golangci-lint" ];
2222

0 commit comments

Comments
 (0)