Skip to content

Commit 4a469cc

Browse files
authored
deps: Bump Go version to 1.25 (#950)
1 parent ed90f44 commit 4a469cc

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. In
1010
## Requirements
1111

1212
- TFLint v0.42+
13-
- Go v1.24
13+
- Go v1.25
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.24.5
3+
go 1.25.1
44

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

0 commit comments

Comments
 (0)