tflint-plugins.tflint-ruleset-google: 0.37.1 -> 0.38.0

This commit is contained in:
R. Ryantm
2026-01-04 10:06:39 +00:00
parent d410f1407c
commit 14ed80f439
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "tflint-ruleset-google";
version = "0.37.1";
version = "0.38.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
hash = "sha256-NQA61rS6OmTqB09uhybHiZl/9RCvgwGjBRNsFY9E7JA=";
hash = "sha256-sDPTLxuusZmcbhcg8Ocg12phy3s+nXc7F7WChhFE8Bw=";
};
vendorHash = "sha256-Mt0pym1cfv6j2nfEDdKykp+UyaC3jrRTiGk9iO5QtsU=";
vendorHash = "sha256-1Ybq3cdcuU0gG8ht5tTbURO/6t7vArzUFu57gnneGdY=";
# upstream Makefile also does a go test $(go list ./... | grep -v integration)
preCheck = ''