Skip to content

Commit c9f80ca

Browse files
committed
fix lint config file
Signed-off-by: Vivek Kumar Sahu <vivekkumarsahu650@gmail.com>
1 parent c5af10a commit c9f80ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache: false
3434

3535
- name: Run golangci-lint
36-
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
36+
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
3737
with:
38-
version: v1.59
38+
version: v1.60
3939
args: --timeout=5m

0 commit comments

Comments
 (0)