mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Merge pull request #1389 from hj-johannes-lee/update-versions
This commit is contained in:
commit
3744e09a1b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -9,7 +9,7 @@ pipeline {
|
||||
GO111MODULE="on"
|
||||
REG="cloud-native-image-registry.westus.cloudapp.azure.com/"
|
||||
K8S_VERSION="1.26.1"
|
||||
GOLANGCI_LINT_VERSION="v1.52.1"
|
||||
GOLANGCI_LINT_VERSION="v1.52.2"
|
||||
GO_VERSION="1.20"
|
||||
GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
|
||||
GOROOT="/usr/local/go"
|
||||
|
6
Makefile
6
Makefile
@ -8,10 +8,10 @@ BUILDTAGS ?= ""
|
||||
BUILDER ?= "docker"
|
||||
EXTRA_BUILD_ARGS ?= ""
|
||||
|
||||
CERT_MANAGER_VERSION ?= v1.11.0
|
||||
CERT_MANAGER_VERSION ?= v1.11.1
|
||||
CONTROLLER_GEN_VERSION ?= v0.11.3
|
||||
GOLANGCI_LINT_VERSION ?= v1.52.1
|
||||
KIND_VERSION ?= v0.17.0
|
||||
GOLANGCI_LINT_VERSION ?= v1.52.2
|
||||
KIND_VERSION ?= v0.18.0
|
||||
GOLICENSES_VERSION ?= v1.6.0
|
||||
# Default bundle image tag
|
||||
BUNDLE_IMG ?= intel-device-plugins-controller-bundle:$(TAG)
|
||||
|
Loading…
Reference in New Issue
Block a user