From 3d29dc1ce100acc842d6b4ebec94bb8c3c08a31c Mon Sep 17 00:00:00 2001 From: Kazuma Watanabe Date: Sun, 18 Feb 2024 17:28:46 +0900 Subject: [PATCH] Go 1.22 (#86) --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d844d54..cc4cb6b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ NOTE: This plugin is experimental. This means frequent breaking changes. ## Requirements - TFLint v0.43+ -- Go v1.21 +- Go v1.22 ## Installation diff --git a/go.mod b/go.mod index 7a95266..dd77d90 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/terraform-linters/tflint-ruleset-opa -go 1.21.1 +go 1.22.0 require ( github.com/google/go-cmp v0.6.0