fix: fix ignored context.DeadlineExceeded (#4066)

This commit is contained in:
Kevin Wan
2024-04-11 11:14:20 +08:00
committed by GitHub
parent 2a7ada993b
commit 927f8bc821
4 changed files with 7 additions and 3 deletions

View File

@@ -35,6 +35,5 @@ LABEL org.opencontainers.image.description="A cloud-native Go microservices fram
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.source="https://github.com/zeromicro/go-zero"
LABEL org.opencontainers.image.title="goctl (cli)"
LABEL org.opencontainers.image.version="v1.6.3"
ENTRYPOINT ["/usr/local/bin/goctl"]