Skip to content

Commit 8ad5bdb

Browse files
chore(deps): update dependency golangci-lint to v2
1 parent 2d189bf commit 8ad5bdb

File tree

2 files changed

+9
-29
lines changed

2 files changed

+9
-29
lines changed

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": {
44
"go-task": "3.43.2",
55
"goreleaser": "2.8.1",
6-
"golangci-lint": "1.64.8",
6+
"golangci-lint": "2.1.6",
77
"go": "1.24.2",
88
"git": "2.48.1",
99
"nodePackages.prettier": "3.5.3",

devbox.lock

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -272,51 +272,31 @@
272272
}
273273
}
274274
},
275-
"golangci-lint@1.64.8": {
276-
"last_modified": "2025-03-23T14:04:58Z",
277-
"resolved": "github:NixOS/nixpkgs/f3a2a0601e9669a6e38af25b46ce6c4563bcb6da#golangci-lint",
275+
"golangci-lint@2.1.6": {
276+
"last_modified": "2025-05-06T08:06:31Z",
277+
"resolved": "github:NixOS/nixpkgs/1cb1c02a6b1b7cf67e3d7731cbbf327a53da9679#golangci-lint",
278278
"source": "devbox-search",
279-
"version": "1.64.8",
279+
"version": "2.1.6",
280280
"systems": {
281-
"aarch64-darwin": {
282-
"outputs": [
283-
{
284-
"name": "out",
285-
"path": "/nix/store/8142ildg0bp11j0ssdc77il5rxv25sm8-golangci-lint-1.64.8",
286-
"default": true
287-
}
288-
],
289-
"store_path": "/nix/store/8142ildg0bp11j0ssdc77il5rxv25sm8-golangci-lint-1.64.8"
290-
},
291281
"aarch64-linux": {
292282
"outputs": [
293283
{
294284
"name": "out",
295-
"path": "/nix/store/pl31v3jjbrf8l0ll7xg40dw3s2xgxbaa-golangci-lint-1.64.8",
296-
"default": true
297-
}
298-
],
299-
"store_path": "/nix/store/pl31v3jjbrf8l0ll7xg40dw3s2xgxbaa-golangci-lint-1.64.8"
300-
},
301-
"x86_64-darwin": {
302-
"outputs": [
303-
{
304-
"name": "out",
305-
"path": "/nix/store/0lz3b95c0y9mh95dl0jyiyn76fjxq3yf-golangci-lint-1.64.8",
285+
"path": "/nix/store/nzfzphypaibr5md38sqjm91i8azhynj4-golangci-lint-2.1.6",
306286
"default": true
307287
}
308288
],
309-
"store_path": "/nix/store/0lz3b95c0y9mh95dl0jyiyn76fjxq3yf-golangci-lint-1.64.8"
289+
"store_path": "/nix/store/nzfzphypaibr5md38sqjm91i8azhynj4-golangci-lint-2.1.6"
310290
},
311291
"x86_64-linux": {
312292
"outputs": [
313293
{
314294
"name": "out",
315-
"path": "/nix/store/9xz2x85fpbblk2mpwj54azimxx4cvkb1-golangci-lint-1.64.8",
295+
"path": "/nix/store/05p9lrvs0d7qqcd2vdks2lvmvi0kdp05-golangci-lint-2.1.6",
316296
"default": true
317297
}
318298
],
319-
"store_path": "/nix/store/9xz2x85fpbblk2mpwj54azimxx4cvkb1-golangci-lint-1.64.8"
299+
"store_path": "/nix/store/05p9lrvs0d7qqcd2vdks2lvmvi0kdp05-golangci-lint-2.1.6"
320300
}
321301
}
322302
},

0 commit comments

Comments
 (0)