Skip to content

Commit 1d180aa

Browse files
committed
ci: use latest version of golangci-lint
OTT-6909
1 parent 2eec656 commit 1d180aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- uses: actions/setup-go@v5
2323
with:
2424
go-version: ${{ env.GO_VERSION }}
25-
- uses: golangci/golangci-lint-action@v7
25+
- uses: golangci/golangci-lint-action@v6
2626
with:
27-
version: v6.5.1
27+
version: latest
2828
- run: |
2929
pip install -r requirements.txt
3030
mkdocs build -f ../../mkdocs.yaml --strict

0 commit comments

Comments
 (0)