From 78e07739e78a47cfc01a0864002292225a509800 Mon Sep 17 00:00:00 2001 From: Kazuma Watanabe Date: Sat, 25 Feb 2023 17:28:34 +0900 Subject: [PATCH] Go 1.20 (#234) --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1044f1a..3b08a5c 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.40+ -- Go v1.19 +- Go v1.20 ## Usage diff --git a/go.mod b/go.mod index 133e7b6..246adf5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/terraform-linters/tflint-plugin-sdk -go 1.19 +go 1.20 require ( github.com/go-test/deep v1.1.0