diff --git a/.travis.yml b/.travis.yml index 576da9fc..bc002237 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.8 + - "1.10" sudo: required diff --git a/Dockerfile b/Dockerfile index 767e4cd1..112bc42c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.8-alpine +FROM golang:1.10-alpine VOLUME /config EXPOSE 6060 6061