Browse Source

Fix updated go linter

pull/1772/head
Gabe Kangas 4 years ago
parent
commit
48006d7a79
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 1
      .github/workflows/lint.yml

1
.github/workflows/lint.yml

@ -16,7 +16,6 @@ jobs: @@ -16,7 +16,6 @@ jobs:
with:
fetch-depth: 0
- name: golangci-lint
- uses: actions/setup-go@v2
- uses: actions/checkout@v2
- name: golangci-lint

Loading…
Cancel
Save