From a99cb9f53d9d0cb458187e8fb6acc223282de9b9 Mon Sep 17 00:00:00 2001 From: Chase Sillevis Date: Thu, 27 Aug 2020 17:21:58 +0200 Subject: [PATCH] Release v0.1.55 Signed-off-by: Chase Sillevis --- Makefile | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b4b2a37c..e58f31c4 100644 --- a/Makefile +++ b/Makefile @@ -16,12 +16,12 @@ GOTAGS ?= GOMAXPROCS ?= 8 # Get the project metadata -GOVERSION := 1.14 +GOVERSION := 1.15 PKG_NAME := gsuite PROJECT := github.com/DeviaVir/terraform-provider-$(PKG_NAME) OWNER := $(notdir $(patsubst %/,%,$(dir $(PROJECT)))) NAME := $(notdir $(PROJECT)) -VERSION := 0.1.54 +VERSION := 0.1.55 EXTERNAL_TOOLS = \ github.com/golang/dep/cmd/dep diff --git a/go.mod b/go.mod index a020d3db..52cf31de 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/DeviaVir/terraform-provider-gsuite -go 1.14 +go 1.15 require ( github.com/hashicorp/terraform-plugin-sdk v1.13.0