cenkalti/backoff

undefined: errors.As

giddel opened this issue · 1 comments

Since this morning I get an error during docker build of my app:

vendor/github.com/cenkalti/backoff/v4/retry.go:60:6: undefined: errors.As

I do not use the module directly, it is pulled in in dependency chain by go mod
Any suggestions?

Got it ;-)
Docker build with go v1.12 causes the error. Bumping the version to 1.14 fixes it.