Merge master into staging-next

This commit is contained in:
github-actions[bot]
2023-10-21 18:01:23 +00:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "golangci-lint";
version = "1.54.2";
version = "1.55.0";
src = fetchFromGitHub {
owner = "golangci";
repo = "golangci-lint";
rev = "v${version}";
hash = "sha256-7nbgiUrp7S7sXt7uFXX8NHYbIRLZZQcg+18IdwAZBfE=";
hash = "sha256-77bhXeABkV6WZCzoGnRS447pEVcJyj4AF+wihJe62fc=";
};
vendorHash = "sha256-IyH5lG2a4zjsg/MUonCUiAgMl4xx8zSflRyzNgk8MR0=";
vendorHash = "sha256-3aHLilu+AZ6376bn9eS8kmSfo6fXikOFJKDRCYu+4a0=";
subPackages = [ "cmd/golangci-lint" ];