Skip to content

Commit

Permalink
AV-143820 Upgraded Golang-Ci lint version (#362)
Browse files Browse the repository at this point in the history
* AV-143820 Upgraded Golang-Ci lint version

Signed-off-by: Yograj Shisode <yshisode@vmware.com>

* AV-143820 Added changes to skip cache

Signed-off-by: Yograj Shisode <yshisode@vmware.com>
  • Loading branch information
yograjshisode authored Apr 29, 2022
1 parent 7dcc8d7 commit ceedd4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ jobs:
version: v1.45.2
args: --issues-exit-code=1
only-new-issues: true
skip-pkg-cache: true
skip-build-cache: true
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
with:
version: v1.45.2
args: --issues-exit-code=1
skip-pkg-cache: true
skip-build-cache: true
-
name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit ceedd4a

Please sign in to comment.