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 to 1.14.7

Bumb golang version to 1.14.7

Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
This commit is contained in:
Carlos Eduardo Arango Gutierrez 2020-08-27 20:12:14 -05:00
parent 691f13d2c6
commit b852e5cce5
No known key found for this signature in database
GPG key ID: A9596BE502663DFD
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
language: go language: go
go: go:
- "1.13.12" - "1.14.7"
env: env:
global: global:

View file

@ -1,5 +1,5 @@
# Build node feature discovery # Build node feature discovery
FROM golang:1.13.12 as builder FROM golang:1.14.7 as builder
# Get (cache) deps in a separate layer # Get (cache) deps in a separate layer
COPY go.mod go.sum /go/node-feature-discovery/ 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 module sigs.k8s.io/node-feature-discovery
go 1.13 go 1.14
require ( require (
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815