From c178d959d090bcdaa1659deff41ef8525b175b69 Mon Sep 17 00:00:00 2001 From: Kazuma Watanabe Date: Sat, 24 Feb 2024 17:09:24 +0900 Subject: [PATCH] Go 1.22 (#307) --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f05a3b..494f1a5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ NOTE: This plugin system is experimental. This means that API compatibility is f ## Requirements - TFLint v0.42+ -- Go v1.21 +- Go v1.22 ## Usage diff --git a/go.mod b/go.mod index 0cc9b15..7754e5e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/terraform-linters/tflint-plugin-sdk -go 1.21.1 +go 1.22.0 require ( github.com/go-test/deep v1.1.0