Procházet zdrojové kódy

README: change minimum required Go version Go 1.6 (#541)

We're only testing with 1.6+, so claiming support for earlier versions is dubious.
Damien Neil před 8 roky
rodič
revize
1c9f6753fe
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -7,7 +7,7 @@ Google's data interchange format.
 Copyright 2010 The Go Authors.
 https://github.com/golang/protobuf
 
-This package and the code it generates requires at least Go 1.4.
+This package and the code it generates requires at least Go 1.6.
 
 This software implements Go bindings for protocol buffers.  For
 information about protocol buffers themselves, see