attempt to fix coverage/lint/test job (#210)

This commit is contained in:
2025-04-27 23:12:16 +05:00
committed by GitHub
parent bb87a87ae5
commit 2030bd2803
3 changed files with 8 additions and 8 deletions

View File

@@ -24,6 +24,6 @@ jobs:
- name: setup deps
run: go get -v ./...
- name: run lint
uses: https://github.com/golangci/golangci-lint-action@v6
uses: golangci/golangci-lint-action@v6
with:
version: 'latest'