File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# TFLint Ruleset for Terraform Language
2
- [ ![ Build Status] ( https://github.com/terraform-linters/tflint-ruleset-terraform/workflows/build/badge.svg?branch=main )] ( https://github.com/terraform-linters/tflint-ruleset-terraform/actions )
2
+ [ ![ Build Status] ( https://github.com/terraform-linters/tflint-ruleset-terraform/actions/ workflows/build.yml /badge.svg?branch=main )] ( https://github.com/terraform-linters/tflint-ruleset-terraform/actions )
3
3
[ ![ GitHub release] ( https://img.shields.io/github/release/terraform-linters/tflint-ruleset-terraform.svg )] ( https://github.com/terraform-linters/tflint-ruleset-terraform/releases/latest )
4
4
[ ![ License: MPL 2.0] ( https://img.shields.io/badge/License-MPL%202.0-blue.svg )] ( LICENSE )
5
5
@@ -10,7 +10,7 @@ This ruleset focus on possible errors and best practices about Terraform Languag
10
10
## Requirements
11
11
12
12
- TFLint v0.42+
13
- - Go v1.22
13
+ - Go v1.24
14
14
15
15
## Installation
16
16
Original file line number Diff line number Diff line change 1
1
module github.com/terraform-linters/tflint-ruleset-terraform
2
2
3
- go 1.23
3
+ go 1.24.1
4
4
5
5
require (
6
6
github.com/Masterminds/semver/v3 v3.3.0
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ func TestApplyConfig(t *testing.T) {
267
267
}
268
268
269
269
if diff := cmp .Diff (got , test .want ); diff != "" {
270
- t .Errorf (diff )
270
+ t .Error (diff )
271
271
}
272
272
})
273
273
}
You can’t perform that action at this time.
0 commit comments