Skip to content

Commit eaeda61

Browse files
authored
Merge pull request #928 from mythi/PR-2022-020
ci: move to golangci-lint v1.45.0
2 parents 0999eb2 + 25a06d8 commit eaeda61

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ jobs:
5252
- name: golangci-lint
5353
uses: golangci/golangci-lint-action@v3
5454
with:
55-
version: v1.43.0
55+
version: v1.45.0
5656
args: -v --timeout 5m
57-
skip-go-installation: true
5857

5958
build:
6059
name: Build and check device plugins

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pipeline {
1111
RUNC_VERSION="v1.0.3"
1212
CRIO_VERSION="v1.21.4"
1313
K8S_VERSION="1.22.1"
14-
GOLANGCI_LINT_VERSION="v1.43.0"
14+
GOLANGCI_LINT_VERSION="v1.45.0"
1515
GO_VERSION="1.17.4"
1616
GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
1717
GOROOT="/usr/local/go"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ EXTRA_BUILD_ARGS ?= ""
1010

1111
CERT_MANAGER_VERSION ?= v1.6.1
1212
CONTROLLER_GEN_VERSION ?= v0.8.0
13-
GOLANGCI_LINT_VERSION ?= v1.43.0
13+
GOLANGCI_LINT_VERSION ?= v1.45.0
1414
KIND_VERSION ?= v0.11.1
1515
# Current Operator version
1616
OPERATOR_VERSION ?= 0.23.0

0 commit comments

Comments
 (0)