File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,6 +68,9 @@ sed -i.bak -E "s/(operatorImage\: streamnative\/function\-mesh\:v)(.+)/\1$NEW_AP
6868# change install.sh
6969sed -i.bak -E " s/(local fm_version\=)(.+)/\1\" v$NEW_APP_VERSION \" /" install.sh
7070
71+ # change root go.mod nested api module version
72+ sed -i.bak -E " s|(github\\ .com/streamnative/function-mesh/api )v[^[:space:]]+|\\ 1v$NEW_APP_VERSION |" go.mod
73+
7174# change README.md
7275sed -i.bak -E " s/(.+)v(.+)(\/install.sh)/\1v$NEW_APP_VERSION \3/" README.md
7376
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/onsi/ginkgo v1.16.5
1010 github.com/onsi/gomega v1.35.1
1111 github.com/prometheus/client_golang v1.20.5
12- github.com/streamnative/function-mesh/api v0.0 .0
12+ github.com/streamnative/function-mesh/api v0.27 .0
1313 github.com/streamnative/pulsarctl v0.6.0
1414 github.com/stretchr/testify v1.11.1
1515 google.golang.org/protobuf v1.36.10
You can’t perform that action at this time.
0 commit comments