Skip to content

Commit d2105a2

Browse files
authored
Update golangci-lint.yml
1 parent e51e7e5 commit d2105a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: golangci-lint
21-
uses: golangci/golangci-lint-action@v6.2.0
21+
uses: golangci/golangci-lint-action@v6
2222
with:
2323
args: "--out-${NO_FUTURE}format colored-line-number"
2424

0 commit comments

Comments
 (0)