try to run the docker version with latest go 1.19 and got a SEGV on the zip library. add to specify the 1.8 version to make it work like : `FROM golang:1.18 as build`
try to run the docker version with latest go 1.19 and got a SEGV on the zip library.
add to specify the 1.8 version to make it work like :
FROM golang:1.18 as build