Skip to content

Commit 7cae74b

Browse files
committed
Drop note about go 1.10 compatibility
Now that we require `go` `1.17`, this note is no longer relevant.
1 parent 9e0c817 commit 7cae74b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

-11
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,3 @@ func main() {
4949
}
5050

5151
```
52-
53-
## NOTE
54-
55-
The library can be safely used only with Go >= 1.10 due to [golang/go#20676](https://github.com/golang/go/issues/20676).
56-
57-
After locking a goroutine to its current OS thread with `runtime.LockOSThread()`
58-
and changing its network namespace, any new subsequent goroutine won't be
59-
scheduled on that thread while it's locked. Therefore, the new goroutine
60-
will run in a different namespace leading to unexpected results.
61-
62-
See [here](https://www.weave.works/blog/linux-namespaces-golang-followup) for more details.

0 commit comments

Comments
 (0)