mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-04 12:02:13 +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 .
Description
Languages
Shell
93.1%
Python
6.9%