Skip to content

Commit

Permalink
Bump go version to 1.11.5
Browse files Browse the repository at this point in the history
Signed-off-by: Martynas Pumputis <m@lambda.lt>
  • Loading branch information
brb authored and aanm committed Feb 25, 2019
1 parent 5da5e26 commit 5423617
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dist: trusty
sudo: required

go:
- 1.11.1
- 1.11.5

# This will travis to build on branch updates only for the master branch
branches:
Expand All @@ -20,6 +20,6 @@ before_install: ./.travis/prepare.sh

before_script:
- export PATH=/usr/local/clang/bin:$PATH
- export GO=/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin/go
- export GO=/home/travis/.gimme/versions/go1.11.5.linux.amd64/bin/go

script: ./.travis/build.sh
2 changes: 1 addition & 1 deletion Dockerfile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR /go/src/github.com/cilium/cilium
ENV GOROOT /usr/local/go
ENV GOPATH /go
ENV PATH "$GOROOT/bin:$GOPATH/bin:$PATH"
ENV GO_VERSION 1.11.1
ENV GO_VERSION 1.11.5
#
# Build dependencies
Expand Down

0 comments on commit 5423617

Please sign in to comment.