1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Update go version to 1.13.5

Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
This commit is contained in:
Carlos Eduardo Arango Gutierrez 2020-02-05 16:15:44 -05:00
parent e76d85e4eb
commit 3e1e1a944b
No known key found for this signature in database
GPG key ID: BCDEE521AF716AFB
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
language: go
go:
- "1.12"
- "1.13.5"
env:
global:

View file

@ -1,5 +1,5 @@
# Build node feature discovery
FROM golang:1.12 as builder
FROM golang:1.13.5 as builder
# Get (cache) deps in a separate layer
COPY go.mod go.sum /go/node-feature-discovery/

2
go.mod
View file

@ -1,6 +1,6 @@
module sigs.k8s.io/node-feature-discovery
go 1.12
go 1.13
require (
github.com/docker/distribution v2.7.1+incompatible