Skip to content

Commit e0da7e7

Browse files
authored
Merge pull request #425 from guettli/patch-1
Remove old note on Go version requirements
2 parents e7125f7 + 317310b commit e0da7e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ How to use klog
4848
- For more logging conventions (See [Logging Conventions](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md))
4949
- See our documentation on [pkg.go.dev/k8s.io](https://pkg.go.dev/k8s.io/klog).
5050

51-
**NOTE**: please use the newer go versions that support semantic import versioning in modules, ideally go 1.11.4 or greater.
52-
5351
### Coexisting with klog/v2
5452

5553
See [this example](examples/coexist_klog_v1_and_v2/) to see how to coexist with both klog/v1 and klog/v2.

0 commit comments

Comments
 (0)