1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-15 04:57:56 +00:00

Merge pull request #330 from kad/golang-update

Update builder image to Go 1.13.12
This commit is contained in:
Kubernetes Prow Robot 2020-08-05 03:58:28 -07:00 committed by GitHub
commit ee8a087f9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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