Upgrade linter to 1.54.2 (#4227)
#### Does this PR need a docs update or release note? - [ ] ✅ Yes, it's included - [ ] 🕐 Yes, but in a later PR - [x] ⛔ No #### Type of change - [ ] 🌻 Feature - [ ] 🐛 Bugfix - [ ] 🗺️ Documentation - [ ] 🤖 Supportability/Tests - [x] 💻 CI/Deployment - [ ] 🧹 Tech Debt/Cleanup #### Test Plan - [x] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
This commit is contained in:
parent
75c5cb3582
commit
695a568a07
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -466,7 +466,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# Keep pinned to a verson as sometimes updates will add new lint
|
# Keep pinned to a verson as sometimes updates will add new lint
|
||||||
# failures in unchanged code.
|
# failures in unchanged code.
|
||||||
version: v1.53.3
|
version: v1.54.2
|
||||||
working-directory: src
|
working-directory: src
|
||||||
skip-pkg-cache: true
|
skip-pkg-cache: true
|
||||||
skip-build-cache: true
|
skip-build-cache: true
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# This must match the version defined in .github/workflows/lint.yaml.
|
# This must match the version defined in .github/workflows/lint.yaml.
|
||||||
WANTED_LINT_VERSION := 1.53.3
|
WANTED_LINT_VERSION := 1.54.2
|
||||||
LINT_VERSION := $(shell golangci-lint version | cut -d' ' -f4)
|
LINT_VERSION := $(shell golangci-lint version | cut -d' ' -f4)
|
||||||
HAS_LINT := $(shell which golangci-lint)
|
HAS_LINT := $(shell which golangci-lint)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user