Switch to go 1.15.3

This commit is contained in:
Dmitry Rozhkov 2020-10-15 14:16:42 +03:00
parent 1fa1cd473d
commit 4924bd2fe6
4 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ on:
env:
RUNC_VERSION: v1.0.0-rc92
CRIO_VERSION: v1.18.2
GO_VERSION: 1.13.15
GO_VERSION: 1.15.3
jobs:
golangci:

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
CRIO_VERSION="v1.18.2"
GOLANGCI_LINT_VERSION="v1.30.0"
BUILDAH_VERSION="v1.15.0"
GO_VERSION="1.13.15"
GO_VERSION="1.15.3"
GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
GOROOT="/usr/local/go"
GOPATH="/tmp/go"

View File

@ -31,7 +31,7 @@ Prerequisites for building and running these device plugins include:
- Appropriate hardware
- A fully configured [Kubernetes cluster]
- A working [Go environment], of at least version v1.13.
- A working [Go environment], of at least version v1.15.
## Plugins

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/intel/intel-device-plugins-for-kubernetes
go 1.13
go 1.15
require (
github.com/fsnotify/fsnotify v1.4.9