Skip to content

Commit 8bf693d

Browse files
committed
ci: more properly fixing version of golangci-lint
1 parent 9ecb840 commit 8bf693d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
2222
with:
23-
version: v2
23+
version: v2.7.2
2424

2525
- name: Build and Test
2626
run: make

0 commit comments

Comments
 (0)