chore: update goctl version to 1.6.3 (#3965)

This commit is contained in:
Kevin Wan
2024-03-03 13:36:35 +08:00
committed by GitHub
parent 25821bdee6
commit dd01695d45
4 changed files with 29 additions and 29 deletions

View File

@@ -35,6 +35,6 @@ 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.2"
LABEL org.opencontainers.image.version="v1.6.3"
ENTRYPOINT ["/usr/local/bin/goctl"]