Skip to content

Commit 2eec656

Browse files
committed
ci: use golangci-lint v7
OTT-6909
1 parent 1bda69d commit 2eec656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/setup-go@v5
2323
with:
2424
go-version: ${{ env.GO_VERSION }}
25-
- uses: golangci/golangci-lint-action@v6
25+
- uses: golangci/golangci-lint-action@v7
2626
with:
2727
version: v6.5.1
2828
- run: |

0 commit comments

Comments
 (0)