Skip to content

Commit 081802d

Browse files
authored
Bump Go version to v1.25 (#302)
* Require TFLint v0.46+ with SDK v0.23 * Bump Go version to 1.25.3
1 parent f062ae6 commit 081802d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This ruleset focus on possible errors and best practices about Terraform Languag
99

1010
## Requirements
1111

12-
- TFLint v0.42+
13-
- Go v1.24
12+
- TFLint v0.46+
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-terraform
22

3-
go 1.24.5
3+
go 1.25.3
44

55
require (
66
github.com/Masterminds/semver/v3 v3.4.0

0 commit comments

Comments
 (0)