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 bdcad9b commit f4f6b06Copy full SHA for f4f6b06
README.md
@@ -10,7 +10,7 @@ This ruleset focus on possible errors and best practices about Terraform Languag
10
## Requirements
11
12
- TFLint v0.40+
13
-- Go v1.19
+- Go v1.20
14
15
## Installation
16
go.mod
@@ -1,6 +1,6 @@
1
module github.com/terraform-linters/tflint-ruleset-terraform
2
3
-go 1.19
+go 1.20
4
5
require (
6
github.com/Masterminds/semver/v3 v3.2.1
0 commit comments