Skip to content

Commit 89b778d

Browse files
AV-152703 Update golang-ci lint version (#446)
Signed-off-by: Yograj Shisode <[email protected]>
1 parent 8dcb1a5 commit 89b778d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: golangci-lint
1111
uses: golangci/golangci-lint-action@v2
1212
with:
13-
version: v1.45.2
13+
version: v1.48.0
1414
args: --issues-exit-code=1
1515
only-new-issues: true
1616
skip-pkg-cache: true

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: golangci-lint
2323
uses: golangci/golangci-lint-action@v2
2424
with:
25-
version: v1.45.2
25+
version: v1.48.0
2626
args: --issues-exit-code=1
2727
skip-pkg-cache: true
2828
skip-build-cache: true

0 commit comments

Comments
 (0)