Update go.yml

This commit is contained in:
Densest Void 2021-01-22 14:34:56 -05:00 committed by GitHub
parent 8fca7782ec
commit 3bac8c4f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,9 +20,3 @@ jobs:
- name: Test
run: go test -v ./...
- name: Setup golangci-lint
uses: actions-contrib/golangci-lint@v1
- name: Lint
run: golangci-lint run