mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Switch to go 1.15.3
This commit is contained in:
parent
1fa1cd473d
commit
4924bd2fe6
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -11,7 +11,7 @@ on:
|
|||||||
env:
|
env:
|
||||||
RUNC_VERSION: v1.0.0-rc92
|
RUNC_VERSION: v1.0.0-rc92
|
||||||
CRIO_VERSION: v1.18.2
|
CRIO_VERSION: v1.18.2
|
||||||
GO_VERSION: 1.13.15
|
GO_VERSION: 1.15.3
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
golangci:
|
golangci:
|
||||||
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -12,7 +12,7 @@ pipeline {
|
|||||||
CRIO_VERSION="v1.18.2"
|
CRIO_VERSION="v1.18.2"
|
||||||
GOLANGCI_LINT_VERSION="v1.30.0"
|
GOLANGCI_LINT_VERSION="v1.30.0"
|
||||||
BUILDAH_VERSION="v1.15.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"
|
GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
|
||||||
GOROOT="/usr/local/go"
|
GOROOT="/usr/local/go"
|
||||||
GOPATH="/tmp/go"
|
GOPATH="/tmp/go"
|
||||||
|
@ -31,7 +31,7 @@ Prerequisites for building and running these device plugins include:
|
|||||||
|
|
||||||
- Appropriate hardware
|
- Appropriate hardware
|
||||||
- A fully configured [Kubernetes cluster]
|
- 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
|
## Plugins
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user