Skip to content

Commit f0c28c0

Browse files
committed
update linter version on ci
1 parent 4179ed7 commit f0c28c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525

2626
- uses: dprint/[email protected]
2727
with:
28-
dprint-version: 0.48.0
28+
dprint-version: 0.50.2
2929

3030
- uses: golangci/golangci-lint-action@v8
3131
with:
32-
version: v2.4.0
32+
version: v2.5.0
3333
args: --timeout 300s
3434

3535
- name: Check go mod

0 commit comments

Comments
 (0)