mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 00:46:58 +02:00
Now that the upstream Docker 20.10.18 started building the source with Go 1.18 instead of 1.17, we should also remove code to force building with 1.17 and simply build with 1.18. Otherwise the build fails like: ``` vendor/archive/tar/common.go:541:32: undefined: any vendor/archive/tar/strconv.go:204:15: undefined: strings.Cut vendor/archive/tar/strconv.go:254:20: undefined: strings.Cut vendor/archive/tar/strconv.go:276:13: undefined: strings.Cut ``` See also https://github.com/moby/moby/commit/3d4616f943b3. |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |