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

Commit a9a76dd

Browse files
committed
Gopkg + Makefile updates
1 parent dfab388 commit a9a76dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gopkg.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GOVERSION := 1.9.3
1919
PROJECT := $(CURRENT_DIR:$(GOPATH)/src/%=%)
2020
OWNER := $(notdir $(patsubst %/,%,$(dir $(PROJECT))))
2121
NAME := $(notdir $(PROJECT))
22-
VERSION := 0.1.2
22+
VERSION := 0.1.3
2323
EXTERNAL_TOOLS = \
2424
github.com/golang/dep/cmd/dep
2525

@@ -62,6 +62,7 @@ define make-xc-target
6262
--volume="${CURRENT_DIR}:/go/src/${PROJECT}" \
6363
--workdir="/go/src/${PROJECT}" \
6464
"golang:${GOVERSION}" \
65+
go get -u github.com/DeviaVir/terraform-provider-gsuite && \
6566
env \
6667
CGO_ENABLED="0" \
6768
GOOS="${1}" \

0 commit comments

Comments
 (0)