Skip to content

Commit

Permalink
Merge pull request #295 from visualfc/work2
Browse files Browse the repository at this point in the history
x
  • Loading branch information
visualfc authored Feb 11, 2025
2 parents 9d0dff0 + 3e77191 commit fe296f3
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 fe296f3

Please sign in to comment.