Merge pull request #280734 from marsam/update-tflint-ruleset-google

tflint-plugins.tflint-ruleset-google: 0.24.0 -> 0.26.0
This commit is contained in:
Mario Rodas 2024-01-17 05:21:29 -05:00 committed by GitHub
commit b591edfa28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "tflint-ruleset-google";
version = "0.24.0";
version = "0.26.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
hash = "sha256-1eF/uzOYP/gi+ooHN8OfCR2nz+/z98theO0Lr/BBhWM=";
hash = "sha256-VQm7pvZCfkZR54UeaPuKogEqhQOy5BAV7WkfwCW3C7c=";
};
vendorHash = "sha256-owpNcsxuP+sG27vv9V7ArMK1NLBNbnw11KpdpVyWAD0=";
vendorHash = "sha256-C52b11cJE2Bu785SNlTsbgNR6Wt/YeY8l1U/9anXrMo=";
# upstream Makefile also does a go test $(go list ./... | grep -v integration)
preCheck = ''