Closed
Description
I am very happy to see go1.21 released yesterday!
I can't wait to upgrade my base image which is golang:1.21-alpine3.18.
However, something wrong, my CICD broken.
I checked my code and found the GOARCH changed from 'amd64' to '386'.
I read golang release notes and I can't find the reason for the change.
➜ ~ docker run -it golang:1.21-alpine3.18
/go # go env GOHOSTARCH
386
/go # go env GOARCH
386
/go #
Metadata
Metadata
Assignees
Labels
No labels