Bring Go current in Travis

Signed-off-by: Gábor Lipták <gliptak@gmail.com>
This commit is contained in:
Gábor Lipták
2018-11-21 08:31:14 -05:00
parent 858171e812
commit daf1a75515
15 changed files with 94 additions and 94 deletions

View File

@@ -1,7 +1,7 @@
language: go
go:
- 1.10.x
- 1.11.x
sudo: required

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.10-alpine3.8
FROM golang:1.11-alpine3.8
RUN apk add --update --no-cache git bash && \
mkdir -p /go/src/k8s.io && \