Skip to content

Commit

Permalink
build(lint): Update golangci-lint version to v1.59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderboltsid committed Aug 14, 2024
1 parent a158793 commit e1b3f76
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"gnumake@4.4.1",
"ginkgo@2.19.0",
"go@1.22.1",
"golangci-lint@1.59.1",
"gotestsum@1.6.4",
"kubernetes-helm@latest",
"kind@0.23.0",
Expand All @@ -23,7 +24,6 @@
"path:./hack/flakes#go-junit-report",
"path:./hack/flakes#gocov",
"path:./hack/flakes#gocov-xml",
"path:./hack/flakes#golangci-lint",
"path:./hack/flakes#yamllint-checkstyle",
"path:./hack/flakes#setup-envtest"
]
Expand Down
48 changes: 48 additions & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,54 @@
}
}
},
"golangci-lint@1.59.1": {
"last_modified": "2024-07-20T09:11:00Z",
"resolved": "github:NixOS/nixpkgs/6e14bbce7bea6c4efd7adfa88a40dac750d80100#golangci-lint",
"source": "devbox-search",
"version": "1.59.1",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/80cn62vqs99adkpvjv5qmv9nvkahcy0s-golangci-lint-1.59.1",
"default": true
}
],
"store_path": "/nix/store/80cn62vqs99adkpvjv5qmv9nvkahcy0s-golangci-lint-1.59.1"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/f91hm1xlmjy5y18lavfn9889azxam4mp-golangci-lint-1.59.1",
"default": true
}
],
"store_path": "/nix/store/f91hm1xlmjy5y18lavfn9889azxam4mp-golangci-lint-1.59.1"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/pn0lpm53xffqvdfd72n4mfn8ja4kmf1h-golangci-lint-1.59.1",
"default": true
}
],
"store_path": "/nix/store/pn0lpm53xffqvdfd72n4mfn8ja4kmf1h-golangci-lint-1.59.1"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/fx4p42sdx70hzpzsl71r5zwh8az0p74a-golangci-lint-1.59.1",
"default": true
}
],
"store_path": "/nix/store/fx4p42sdx70hzpzsl71r5zwh8az0p74a-golangci-lint-1.59.1"
}
}
},
"gotestsum@1.6.4": {
"last_modified": "2021-07-26T10:49:44Z",
"resolved": "github:NixOS/nixpkgs/2030abed5863fc11eccac0735f27a0828376c84e#gotestsum",
Expand Down
2 changes: 0 additions & 2 deletions hack/flakes/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
flake-utils.lib.eachDefaultSystem (system:
with nixpkgs.legacyPackages.${system}; rec {
packages = rec {
golangci-lint = pkgs.golangci-lint.override { buildGoModule = buildGo121Module; };

go-apidiff = buildGo121Module {
name = "go-apidiff";
src = fetchFromGitHub {
Expand Down

0 comments on commit e1b3f76

Please sign in to comment.