Skip to content

Commit f4f6b06

Browse files
authored
Go 1.20 (#91)
1 parent bdcad9b commit f4f6b06

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 Terraform Languag
1010
## Requirements
1111

1212
- TFLint v0.40+
13-
- Go v1.19
13+
- Go v1.20
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.19
3+
go 1.20
44

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

0 commit comments

Comments
 (0)