Skip to content

Commit

Permalink
bumped the go version (gogo#475)
Browse files Browse the repository at this point in the history
* bumped the travis go version and regenerated the code
  • Loading branch information
donaldgraham authored Aug 30, 2018
1 parent 64d6d2f commit 5669497
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
script:
- PATH=/home/travis/bin:$PATH make buildserverall
- echo $TRAVIS_GO_VERSION
- if [[ "$PROTOBUF_VERSION" == "3.5.1" ]] && [[ "$TRAVIS_GO_VERSION" == "1.10.x" ]]; then ! git status --porcelain | read || (git status; git diff; exit 1); fi
- if [[ "$PROTOBUF_VERSION" == "3.5.1" ]] && [[ "$TRAVIS_GO_VERSION" == "1.11.x" ]]; then ! git status --porcelain | read || (git status; git diff; exit 1); fi

language: go

Expand Down
2 changes: 1 addition & 1 deletion protoc-gen-gogo/golden_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func TestParameters(t *testing.T) {
wantPackageB: "test_beta",
wantImportsA: map[string]bool{
"github.com/gogo/protobuf/proto": true,
"beta": true,
"beta": true,
},
}, {
parameters: "import_prefix=prefix",
Expand Down
3 changes: 3 additions & 0 deletions test/issue449/issue449.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5669497

Please sign in to comment.