From 489301ab4e7ebe2844a3c009772d60e1fdf8a72d Mon Sep 17 00:00:00 2001 From: Kazuma Watanabe Date: Tue, 10 Sep 2024 01:36:56 +0900 Subject: [PATCH] Go 1.23.1 (#672) --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c66a899..1d834b0b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This ruleset focus on possible errors and best practices about AWS resources. Ma ## Requirements - TFLint v0.42+ -- Go v1.22 +- Go v1.23 ## Installation diff --git a/go.mod b/go.mod index f62b4d18..7eb0381d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/terraform-linters/tflint-ruleset-aws -go 1.22.4 +go 1.23.1 require ( github.com/agext/levenshtein v1.2.2 // indirect