Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.43.0
version: v1.45.0
args: -v --timeout 5m
skip-go-installation: true

build:
name: Build and check device plugins
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pipeline {
RUNC_VERSION="v1.0.3"
CRIO_VERSION="v1.21.4"
K8S_VERSION="1.22.1"
GOLANGCI_LINT_VERSION="v1.43.0"
GOLANGCI_LINT_VERSION="v1.45.0"
GO_VERSION="1.17.4"
GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
GOROOT="/usr/local/go"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ EXTRA_BUILD_ARGS ?= ""

CERT_MANAGER_VERSION ?= v1.6.1
CONTROLLER_GEN_VERSION ?= v0.8.0
GOLANGCI_LINT_VERSION ?= v1.43.0
GOLANGCI_LINT_VERSION ?= v1.45.0
KIND_VERSION ?= v0.11.1
# Current Operator version
OPERATOR_VERSION ?= 0.23.0
Expand Down