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
mkdir -p cli-test
cd cli-test
wget https://raw.githubusercontent.com/docker/cli/refs/heads/master/cli-plugins/examples/helloworld/main.go
go mod init test
go mod tidy
go build main.go
Expected behavior
No response
docker version
no
docker info
no
Additional Info
No response
The text was updated successfully, but these errors were encountered:
zhangguanzhang
changed the title
cli-plugins/examples/helloworld/main.go cannot build
cli-plugins/examples/helloworld/main.go cannot build with v28.0.2
Mar 24, 2025
Does cli-plugins/examples/helloworld need to be used together with vendor.mod? Cannot be used independently
zhangguanzhang
changed the title
cli-plugins/examples/helloworld/main.go cannot build with v28.0.2
cli-plugins/examples/helloworld/main.go cannot build
Mar 24, 2025
Description
Reproduce
Expected behavior
No response
docker version
docker info
Additional Info
No response
The text was updated successfully, but these errors were encountered: