Merge pull request #5208 from carlaKC/makefile-acc

makefile: bump goacc commit
This commit is contained in:
Conner Fromknecht 2021-04-13 11:57:14 -07:00 committed by GitHub
commit 791a82878d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ BTCD_COMMIT := $(shell cat go.mod | \
awk -F "/" '{ print $$1 }')
LINT_COMMIT := v1.18.0
GOACC_COMMIT := ddc355013f90fea78d83d3a6c71f1d37ac07ecd5
GOACC_COMMIT :=80342ae2e0fcf265e99e76bcc4efd022c7c3811b
GOFUZZ_COMMIT := 21309f307f61
DEPGET := cd /tmp && GO111MODULE=on go get -v