From 0388171622a1b03bfff3408ccacf27f451b4327e Mon Sep 17 00:00:00 2001 From: Wilmer Paulino Date: Tue, 20 Apr 2021 14:54:13 -0700 Subject: [PATCH] build: bump goacc commit Addresses an issue with the previous version where one of its dependencies was removed: go: github.com/ory/x@v0.0.216 requires github.com/ory/cli@v0.0.49 requires github.com/ory/kratos@v0.5.5-alpha.1.0.20210319103511-3726ed4d145a requires github.com/ory/kratos/corp@v0.0.0-00010101000000-000000000000: invalid version: unknown revision 000000000000 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df3a936..e732545 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ LINT_BIN := $(GO_BIN)/golangci-lint GOACC_BIN := $(GO_BIN)/go-acc LINT_COMMIT := v1.18.0 -GOACC_COMMIT := ddc355013f90fea78d83d3a6c71f1d37ac07ecd5 +GOACC_COMMIT := 80342ae2e0fcf265e99e76bcc4efd022c7c3811b DEPGET := cd /tmp && GO111MODULE=on go get -v GOBUILD := GO111MODULE=on go build -v