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
We are using your SW for crosscompiling go Code. This process is running in Azure Devops on the cloud. But Microsoft have changed their docker Version from 23.x to 24.0.5 this week and now we got a error message , see below
Using vendored Go module dependencies
docker: invalid spec: :/go: empty section between colons.
See 'docker run --help'.
2023/09/01 07:44:55 Failed to cross compile package: exit status 125.
make: *** [Makefile:119: display-backend-ecu] Error 1
##[error]Bash exited with code '2'.
Any Idee ?
Greetings Ralf
The text was updated successfully, but these errors were encountered:
We are using your SW for crosscompiling go Code. This process is running in Azure Devops on the cloud. But Microsoft have changed their docker Version from 23.x to 24.0.5 this week and now we got a error message , see below
Using vendored Go module dependencies
docker: invalid spec: :/go: empty section between colons.
See 'docker run --help'.
2023/09/01 07:44:55 Failed to cross compile package: exit status 125.
make: *** [Makefile:119: display-backend-ecu] Error 1
##[error]Bash exited with code '2'.
Any Idee ?
Greetings Ralf
The text was updated successfully, but these errors were encountered: