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 2d4123e commit 489301aCopy full SHA for 489301a
README.md
@@ -10,7 +10,7 @@ This ruleset focus on possible errors and best practices about AWS resources. Ma
10
## Requirements
11
12
- TFLint v0.42+
13
-- Go v1.22
+- Go v1.23
14
15
## Installation
16
go.mod
@@ -1,6 +1,6 @@
1
module github.com/terraform-linters/tflint-ruleset-aws
2
3
-go 1.22.4
+go 1.23.1
4
5
require (
6
github.com/agext/levenshtein v1.2.2 // indirect
0 commit comments