You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changed_files=$(git status -s | grep -v 'go.mod\|go.sum\|tools.mod\|tools.sum' || :)
68
68
[[ -z "$changed_files" ]] || (printf "Some files are not formatted properly: \n$changed_files\n Did you run 'make test' before sending the PR?" && exit 1)
69
69
- name: Check lint
70
-
uses: golangci/golangci-lint-action@v3
70
+
uses: golangci/golangci-lint-action@v6
71
71
with:
72
72
version: latest
73
73
- name: Install cover
@@ -78,7 +78,7 @@ jobs:
78
78
run: |
79
79
go test ./... -coverprofile test_coverage.out -covermode=atomic
0 commit comments