mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
gomobile: Fix go mod version
This commit is contained in:
parent
02bc3e0a0a
commit
9e243e0ff9
3 changed files with 5 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -193,8 +193,8 @@ lib:
|
|||
go run ./cmd/internal/build_libbox -target ios
|
||||
|
||||
lib_install:
|
||||
go install -v github.com/sagernet/gomobile/cmd/gomobile@v0.1.3
|
||||
go install -v github.com/sagernet/gomobile/cmd/gobind@v0.1.3
|
||||
go install -v github.com/sagernet/gomobile/cmd/gomobile@v0.1.4
|
||||
go install -v github.com/sagernet/gomobile/cmd/gobind@v0.1.4
|
||||
|
||||
docs:
|
||||
venv/bin/mkdocs serve
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue