chore: coding style (#3960)

This commit is contained in:
Kevin Wan
2024-03-03 00:17:38 +08:00
committed by GitHub
parent b624b966f0
commit 25821bdee6
4 changed files with 18 additions and 18 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.0"
LABEL org.opencontainers.image.version="v1.6.2"
ENTRYPOINT ["/usr/local/bin/goctl"]

View File

@@ -1,4 +1,4 @@
FROM golang:1.21-alpine
FROM golang:1.22-alpine
ENV TZ Asia/Shanghai
ENV GOPROXY https://goproxy.cn,direct