Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecations #1

Open
nonlin-lin-chaos-order-etc-etal opened this issue Sep 19, 2024 · 1 comment
Open

deprecations #1

nonlin-lin-chaos-order-etc-etal opened this issue Sep 19, 2024 · 1 comment

Comments

@nonlin-lin-chaos-order-etc-etal
: sudo PWD=${PWD} make -j$(expr $(nproc) - 1)
docker build -t libregram/server -f Dockerfile .
docker-compose up -d
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/
@nonlin-lin-chaos-order-etc-etal nonlin-lin-chaos-order-etc-etal changed the title deprecation deprecations Sep 19, 2024
@nonlin-lin-chaos-order-etc-etal
Copy link
Author

nonlin-lin-chaos-order-etc-etal commented Sep 19, 2024

Step 10/34 : RUN cd ${TARGET_DIR}/messenger/biz_server && go get && go build -ldflags='-s -w'

go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.
go: warning: github.com/gomodule/[email protected]+incompatible: retracted by module author: Old development version not maintained or published.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@nonlin-lin-chaos-order-etc-etal and others