Skip to content

Commit d1f1beb

Browse files
committed
pin golangci-lint to v2
1 parent 3350309 commit d1f1beb

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"ginkgo@latest",
2020
2121
"shellcheck@latest",
22-
"golangci-lint@2.0.0",
22+
"golangci-lint@2",
2323
2424
2525
"awscli2@latest",

devbox.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,8 @@
526526
}
527527
},
528528
"github:NixOS/nixpkgs/nixpkgs-unstable": {
529-
"last_modified": "2025-10-10T13:35:32Z",
530-
"resolved": "github:NixOS/nixpkgs/870493f9a8cb0b074ae5b411b2f232015db19a65?lastModified=1760103332&narHash=sha256-BMsGVfKl4Q80Pr9T1AkCRljO1bpwCmY8rTBVj8XGuhA%3D"
529+
"last_modified": "2025-10-12T08:13:11Z",
530+
"resolved": "github:NixOS/nixpkgs/832e3b6db48508ae436c2c7bfc0cf914eac6938e?lastModified=1760256791&narHash=sha256-uTpzDHRASEDeFUuToWSQ46Re8beXyG9dx4W36FQa0%2Fc%3D"
531531
},
532532
"go-mockery@2": {
533533
"last_modified": "2025-07-13T22:45:35Z",
@@ -577,51 +577,51 @@
577577
}
578578
}
579579
},
580-
"golangci-lint@2.0.0": {
581-
"last_modified": "2025-03-25T17:32:05Z",
582-
"resolved": "github:NixOS/nixpkgs/25d1b84f5c90632a623c48d83a2faf156451e6b1#golangci-lint",
580+
"golangci-lint@2": {
581+
"last_modified": "2025-09-18T16:33:27Z",
582+
"resolved": "github:NixOS/nixpkgs/f4b140d5b253f5e2a1ff4e5506edbf8267724bde#golangci-lint",
583583
"source": "devbox-search",
584-
"version": "2.0.0",
584+
"version": "2.4.0",
585585
"systems": {
586586
"aarch64-darwin": {
587587
"outputs": [
588588
{
589589
"name": "out",
590-
"path": "/nix/store/idv9cyl4i6w9n4sgc29kvqhywm04n1rz-golangci-lint-2.0.0",
590+
"path": "/nix/store/2iiw320mwgw7flh47zbz6l62fakrb3dx-golangci-lint-2.4.0",
591591
"default": true
592592
}
593593
],
594-
"store_path": "/nix/store/idv9cyl4i6w9n4sgc29kvqhywm04n1rz-golangci-lint-2.0.0"
594+
"store_path": "/nix/store/2iiw320mwgw7flh47zbz6l62fakrb3dx-golangci-lint-2.4.0"
595595
},
596596
"aarch64-linux": {
597597
"outputs": [
598598
{
599599
"name": "out",
600-
"path": "/nix/store/r0jxwvqvk2999dx04v3j9jgd46jscqc4-golangci-lint-2.0.0",
600+
"path": "/nix/store/hwr3wdhqnlcay07xpgv2wm1mx7k5nkhf-golangci-lint-2.4.0",
601601
"default": true
602602
}
603603
],
604-
"store_path": "/nix/store/r0jxwvqvk2999dx04v3j9jgd46jscqc4-golangci-lint-2.0.0"
604+
"store_path": "/nix/store/hwr3wdhqnlcay07xpgv2wm1mx7k5nkhf-golangci-lint-2.4.0"
605605
},
606606
"x86_64-darwin": {
607607
"outputs": [
608608
{
609609
"name": "out",
610-
"path": "/nix/store/lsyy8arab3zvkpi8lr9303mf88y5k1rc-golangci-lint-2.0.0",
610+
"path": "/nix/store/skcc363l41rm6hjyrhzlfbk3rrwci2lb-golangci-lint-2.4.0",
611611
"default": true
612612
}
613613
],
614-
"store_path": "/nix/store/lsyy8arab3zvkpi8lr9303mf88y5k1rc-golangci-lint-2.0.0"
614+
"store_path": "/nix/store/skcc363l41rm6hjyrhzlfbk3rrwci2lb-golangci-lint-2.4.0"
615615
},
616616
"x86_64-linux": {
617617
"outputs": [
618618
{
619619
"name": "out",
620-
"path": "/nix/store/834gvbmhpwvy1d65r5x4xihkxm4g91ab-golangci-lint-2.0.0",
620+
"path": "/nix/store/dlz6z4dih7rd6q9dnigvz49npfmv8m52-golangci-lint-2.4.0",
621621
"default": true
622622
}
623623
],
624-
"store_path": "/nix/store/834gvbmhpwvy1d65r5x4xihkxm4g91ab-golangci-lint-2.0.0"
624+
"store_path": "/nix/store/dlz6z4dih7rd6q9dnigvz49npfmv8m52-golangci-lint-2.4.0"
625625
}
626626
}
627627
},

0 commit comments

Comments
 (0)