Update go.yml

This commit is contained in:
Matthieu MOREL 2021-12-20 23:17:40 +01:00 committed by GitHub
parent 5bebc57566
commit 74cfc72122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,12 +15,6 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
args: --verbose
- name: Get dependencies
run: |