Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Update mixer to golang version 1.8.
Browse files Browse the repository at this point in the history
This also updates the travis linters to 1.8 as well. A follow-on
CL against the istio-testing repo will update the Jenkins linters
to use 1.8.
  • Loading branch information
douglas-reid committed Mar 14, 2017
1 parent 543aa76 commit c47f205
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ branches:
- stable

go:
- 1.7.x
- 1.8.x

jdk:
- oraclejdk8

env:
global:
- BAZEL_VERSION=0.4.3
- BAZEL_VERSION=0.4.4

addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ workspace(name = "com_github_istio_mixer")

git_repository(
name = "io_bazel_rules_go",
commit = "76c63b5cd0d47c1f2b47ab4953db96c574af1c1d", # Jan 16, 2017 (v0.3.3/0.4.0)
commit = "9496d79880a7d55b8e4a96f04688d70a374eaaf4", # Mar 3, 2017 (v0.4.1)
remote = "https://github.com/bazelbuild/rules_go.git",
)

Expand Down
2 changes: 1 addition & 1 deletion doc/dev/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ need to setup before being able to build and run the code.

The Istio mixer is written in the [Go](http://golang.org) programming language.
To build the mixer, you'll need a Go development environment. Builds for
the mixer require Go version 1.7. If you haven't set up a Go development
the mixer require Go version 1.8. If you haven't set up a Go development
environment, please follow [these instructions](http://golang.org/doc/code.html)
to install the Go tools.

Expand Down

0 comments on commit c47f205

Please sign in to comment.