diff --git a/.travis.yml b/.travis.yml index cf289131..f6939a37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,8 @@ go: - 1.10.x - 1.11.x - 1.12.x + - 1.13.x + - 1.14.x - master env: @@ -58,4 +60,4 @@ deploy: tags: true go: 1.12.x condition: $TRAVIS_OS_NAME = linux - + diff --git a/Dockerfile b/Dockerfile index 226bf9a0..2c289a8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.13.4 as builder ENV GO111MODULE=on -ARG BEAVER_VERSION=1.1.2 +ARG BEAVER_VERSION=1.2.2 RUN mkdir -p $GOPATH/src/github.com/clivern diff --git a/docker-compose.yml b/docker-compose.yml index ba533ac1..2dcd2156 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,7 @@ services: # - "6379:6379" restart: always web: - image: "clivern_beaver:1.1.2" + image: "clivern_beaver:1.2.2" build: . command: './beaver -config=/go/configs/beaver/config.dist.yml' ports: