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:
commit
5f781aa72c
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
language: go
|
||||
go:
|
||||
- "1.12"
|
||||
- "1.13.5"
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
|
@ -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
2
go.mod
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue