Skip to content

Commit 5c2667c

Browse files
committed
fix ci
1 parent 6439972 commit 5c2667c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
echo "Publishing Go module version: $TAG"
5757
5858
# Trigger Go proxy to update module version
59-
GOPROXY=proxy.golang.org go list -m github.com/ray4go/gopylink@$TAG
59+
GOPROXY=https://proxy.golang.org GO111MODULE=on go get github.com/ray4go/gopylink@$TAG
6060
6161
echo "Go module version update triggered successfully"

0 commit comments

Comments
 (0)