Skip to content

Commit a8ca0f6

Browse files
author
Aditya Kajla
committed
Upgrade golangci
1 parent b745188 commit a8ca0f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
with:
4444
fetch-depth: 0
4545
- name: Run golangci-lint
46-
uses: golangci/golangci-lint-action@v3
46+
uses: golangci/golangci-lint-action@v6
4747
with:
48-
version: v1.55
48+
version: v1.60.3
4949
args: -v --timeout=5m
5050
only-new-issues: false
5151
install-mode: "binary"

0 commit comments

Comments
 (0)