Skip to content

Commit

Permalink
tflint-plugins.tflint-ruleset-google: 0.24.0 -> 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Jan 13, 2024
1 parent 488da42 commit 1ba2c40
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 1ba2c40

Please sign in to comment.