Fix bugs and add UoT option for naiveproxy outbound
This commit is contained in:
1
.github/update_cronet.sh
vendored
1
.github/update_cronet.sh
vendored
@@ -8,5 +8,6 @@ PROJECTS=$SCRIPT_DIR/../..
|
||||
git -C $PROJECTS/cronet-go fetch origin main
|
||||
git -C $PROJECTS/cronet-go fetch origin go
|
||||
go get -x github.com/sagernet/cronet-go/all@$(git -C $PROJECTS/cronet-go rev-parse origin/go)
|
||||
go get -x github.com/sagernet/cronet-go@$(git -C $PROJECTS/cronet-go rev-parse origin/go)
|
||||
go mod tidy
|
||||
git -C $PROJECTS/cronet-go rev-parse origin/HEAD > "$SCRIPT_DIR/CRONET_GO_VERSION"
|
||||
|
||||
Reference in New Issue
Block a user