mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-31 04:04: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:
parent
e76d85e4eb
commit
3e1e1a944b
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- "1.12"
|
- "1.13.5"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Build node feature discovery
|
# Build node feature discovery
|
||||||
FROM golang:1.12 as builder
|
FROM golang:1.13.5 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
2
go.mod
|
@ -1,6 +1,6 @@
|
||||||
module sigs.k8s.io/node-feature-discovery
|
module sigs.k8s.io/node-feature-discovery
|
||||||
|
|
||||||
go 1.12
|
go 1.13
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/docker/distribution v2.7.1+incompatible
|
github.com/docker/distribution v2.7.1+incompatible
|
||||||
|
|
Loading…
Add table
Reference in a new issue