diff --git a/.travis.yml b/.travis.yml index 8a0c31c9e..43041503c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: - - "1.13.5" + - "1.13.12" env: global: diff --git a/Dockerfile b/Dockerfile index 078749098..605fef062 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build node feature discovery -FROM golang:1.13.5 as builder +FROM golang:1.13.12 as builder # Get (cache) deps in a separate layer COPY go.mod go.sum /go/node-feature-discovery/