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:
commit
ee8a087f9f
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
language: go
|
||||
go:
|
||||
- "1.13.5"
|
||||
- "1.13.12"
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue