Skip to content
This repository was archived by the owner on Jun 27, 2021. It is now read-only.

Commit a99cb9f

Browse files
committed
Release v0.1.55
Signed-off-by: Chase Sillevis <chase@sillevis.net>
1 parent 2be2a54 commit a99cb9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ GOTAGS ?=
1616
GOMAXPROCS ?= 8
1717

1818
# Get the project metadata
19-
GOVERSION := 1.14
19+
GOVERSION := 1.15
2020
PKG_NAME := gsuite
2121
PROJECT := github.com/DeviaVir/terraform-provider-$(PKG_NAME)
2222
OWNER := $(notdir $(patsubst %/,%,$(dir $(PROJECT))))
2323
NAME := $(notdir $(PROJECT))
24-
VERSION := 0.1.54
24+
VERSION := 0.1.55
2525
EXTERNAL_TOOLS = \
2626
github.com/golang/dep/cmd/dep
2727

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/DeviaVir/terraform-provider-gsuite
22

3-
go 1.14
3+
go 1.15
44

55
require (
66
github.com/hashicorp/terraform-plugin-sdk v1.13.0

0 commit comments

Comments
 (0)