mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 23:41:10 +02:00
Since Docker >= 19.03.9 started to depend on github.com/pkg/errors v0.9.1 or newer, it is now necessary to set `go1.13` in `DOCKER_BUILDTAGS`. Otherwise, it cannot find `Is` function. See also https://github.com/pkg/errors/blob/v0.9.1/go113.go#L16 .