tflint-plugins.tflint-ruleset-google: 0.32.0 -> 0.33.0 (#419066)

This commit is contained in:
Nick Cao 2025-06-23 16:41:01 -04:00 committed by GitHub
commit f89736927e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "tflint-ruleset-google";
version = "0.32.0";
version = "0.33.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
hash = "sha256-d15Co7rjqZpcnazkNWVepfGqh2ngI8tieCRugmZkr70=";
hash = "sha256-RZDxo22ynOjNbv8jc/EMimCTxQGSfp8piqgKTO8Phl4=";
};
vendorHash = "sha256-qVzXOg/f9LOnCyV84rRtXi4DGs3jmbrnlviIvoUEEF4=";
vendorHash = "sha256-EHm5MmWpqREr8fUNCkhUO7XMFdXaR1QVRPE3JibNhhM=";
# upstream Makefile also does a go test $(go list ./... | grep -v integration)
preCheck = ''