We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f02250 commit c433624Copy full SHA for c433624
README.md
@@ -8,7 +8,7 @@ TFLint ruleset plugin for Terraform Google Cloud Platform provider
8
## Requirements
9
10
- TFLint v0.40+
11
-- Go v1.19
+- Go v1.20
12
13
## Installation
14
go.mod
@@ -1,6 +1,6 @@
1
module github.com/terraform-linters/tflint-ruleset-google
2
3
-go 1.19
+go 1.20
4
5
require (
6
github.com/dave/dst v0.27.2
0 commit comments