Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Feb 11, 2025
1 parent 66ce96f commit 3e77191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ go install github.com/goplus/igop/cmd/igop@latest

Go version == 1.23
```
go install -ldflags="-checklinkname=0" github.com/goplus/igop/igop@latest
go install -ldflags="-checklinkname=0" github.com/goplus/igop/igop@v0.23.1
```

### igop command
Expand Down
2 changes: 1 addition & 1 deletion igop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- build use `-ldflags="-checklinkname=0"` for support linkname

### Install igop for Go1.23
`go install -ldflags="-checklinkname=0" github.com/goplus/igop/igop@latest`
`go install -ldflags="-checklinkname=0" github.com/goplus/igop/igop@v0.23.1`


### Local development environment
Expand Down

0 comments on commit 3e77191

Please sign in to comment.