From afc60d384dccff90a55b50767491debdade16897 Mon Sep 17 00:00:00 2001 From: Kazuma Watanabe Date: Sat, 25 Feb 2023 08:22:18 +0000 Subject: [PATCH] Go 1.20 --- 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