Skip to content

Commit

Permalink
Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Nov 2, 2024
1 parent 6e36878 commit eed6ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a template repository for building a custom ruleset. You can create a pl
## Requirements

- TFLint v0.42+
- Go v1.22
- Go v1.23

## Installation

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/terraform-linters/tflint-ruleset-template

go 1.22.2
go 1.23

require (
github.com/hashicorp/hcl/v2 v2.22.0
Expand Down

0 comments on commit eed6ddd

Please sign in to comment.