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
This commit is contained in:
parent
e1dfc4d1b7
commit
0388171622
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue