You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem when i try to build an image of my app to extract some metric and this happend in build binary step
So i think in your Dockerfile you need to change to golang image version:
and you may need to change your system go version to >= 1.20
by doing:
Go to this link: https://go.dev/dl/
scroll down you will see:
click on that, scroll down to 1.20
cd Downloads
sudo tar -C /usr/local -xzf go1.20.linux-amd64.tar.gz
vim .zshrc
-and add this line to .zshrc: - export PATH=$PATH:/usr/local/go/bin
source .zshrc
go version
! After that you may need to restart vscode or computer so the vs can re detect the new go version
When I executed the install command an error was returned, but my go version was greater than the required 1.18.
Installation command
go install github.com/cloudflare/cfssl/cmd/...@latest
Error message
The text was updated successfully, but these errors were encountered: