1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-15 17:50:49 +00:00

Merge pull request #280 from ArangoGutierrez/update_go

Update go version in Dockerfile
This commit is contained in:
Kubernetes Prow Robot 2020-02-05 13:33:55 -08:00 committed by GitHub
commit 5f781aa72c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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