Skip to content

Commit

Permalink
Use go 1.11
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
  • Loading branch information
ondrej-fabry committed Aug 28, 2018
1 parent 25680fc commit b0ef522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ sudo: required

language: go
go:
- "1.10.x"
- "1.11.x"

addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion docker/dev/Dockerfile
Expand Up @@ -77,7 +77,7 @@ RUN set -eux; \
find . -type f -name '*.o' -exec rm -rf '{}' \;

# install Go
ENV GOLANG_VERSION 1.10.3
ENV GOLANG_VERSION 1.11
ARG GOLANG_OS_ARCH=linux-amd64
RUN wget -O go.tgz "https://golang.org/dl/go${GOLANG_VERSION}.${GOLANG_OS_ARCH}.tar.gz" \
&& tar -C /usr/local -xzf go.tgz \
Expand Down

0 comments on commit b0ef522

Please sign in to comment.