Skip to content

Commit fe71412

Browse files
authored
Go 1.22 (#607)
1 parent 9c3503e commit fe71412

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This ruleset focus on possible errors and best practices about AWS resources. Ma
1010
## Requirements
1111

1212
- TFLint v0.42+
13-
- Go v1.21
13+
- Go v1.22
1414

1515
## Installation
1616

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/terraform-linters/tflint-ruleset-aws
22

3-
go 1.21.1
3+
go 1.22.0
44

55
require (
66
github.com/agext/levenshtein v1.2.2 // indirect

0 commit comments

Comments
 (0)