Skip to content

Commit 75dceb1

Browse files
authored
all: increase minimum supported version to go1.9 (#742)
1 parent 1918e1f commit 75dceb1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: go
33
go:
4-
- 1.6.x
4+
- 1.9.x
55
- 1.10.x
66
- 1.11.x
77
- 1.x

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Google's data interchange format.
77
Copyright 2010 The Go Authors.
88
https://github.com/golang/protobuf
99

10-
This package and the code it generates requires at least Go 1.6.
10+
This package and the code it generates requires at least Go 1.9.
1111

1212
This software implements Go bindings for protocol buffers. For
1313
information about protocol buffers themselves, see

protoc-gen-go/grpc/grpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const generatedCodeVersion = 4
5252
// Paths for packages used by code generated in this file,
5353
// relative to the import_prefix of the generator.Generator.
5454
const (
55-
contextPkgPath = "golang.org/x/net/context"
55+
contextPkgPath = "context"
5656
grpcPkgPath = "google.golang.org/grpc"
5757
)
5858

protoc-gen-go/testdata/deprecated/deprecated.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protoc-gen-go/testdata/grpc/grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)