Merge pull request #309289 from r-ryantm/auto-update/tflint-plugins.tflint-ruleset-google

tflint-plugins.tflint-ruleset-google: 0.27.1 -> 0.28.0
This commit is contained in:
Weijia Wang 2024-05-12 20:44:37 +02:00 committed by GitHub
commit d38e521fd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "tflint-ruleset-google";
version = "0.27.1";
version = "0.28.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
hash = "sha256-APdAm7gBEA6LHYV3u7j3HtFmzkUqeABqOj5q3rwPO40=";
hash = "sha256-9/JCpT7zwuT8Tf8Pa2cj/pVlowFbQ8kv2XPvwJf/b10=";
};
vendorHash = "sha256-n+nnftyNvCGVgEkYQIfVL7TS2QP8WpKb7l9jfeutJxw=";
vendorHash = "sha256-mh8RXD+RD8juhSY2jWGsmwqAnnudIZIZmq8JjHh/eNQ=";
# upstream Makefile also does a go test $(go list ./... | grep -v integration)
preCheck = ''