Merge branch 'feat/1.0.5/deltag' into test

This commit is contained in:
aichy126 2023-02-14 16:12:57 +08:00
commit f9f0aee325
1 changed files with 1 additions and 1 deletions

2
.github/Dockerfile vendored
View File

@ -11,7 +11,7 @@ FROM golang:1.19-alpine AS golang-builder
LABEL maintainer="aichy@sf.com"
ARG GOPROXY
ENV GOPROXY=https://goproxy.cn,direct
ENV GOPROXY=https://goproxy.io,direct
ENV GOPATH /go
ENV GOROOT /usr/local/go