Skip to content

Commit

Permalink
Update Go version in builds and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin committed Dec 6, 2018
1 parent 698f760 commit 886c579
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

go:
- "1.10.x"
- "1.11.1"
- "1.11.2"

before_install:
- go get github.com/mattn/goveralls
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.11.1-stretch as builder
FROM golang:1.11.2-stretch as builder
WORKDIR /go/src/github.com/kubernetes-sigs/aws-ebs-csi-driver
ADD . .
RUN make
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ kubectl create -f deploy/kubernetes/v1.12+/sample_app
Please go through [CSI Spec](https://github.com/container-storage-interface/spec/blob/master/spec.md) and [General CSI driver development guideline](https://kubernetes-csi.github.io/docs/Development.html) to get some basic understanding of CSI driver before you start.

### Requirements
* Golang 1.11.1+
* Golang 1.11.2+
* [Ginkgo](https://github.com/onsi/ginkgo) for integration and end-to-end testing
* Docker 17.05+ for releasing

Expand Down

0 comments on commit 886c579

Please sign in to comment.