Update go.yml

This commit is contained in:
Boshi Lian 2022-05-14 07:04:02 -07:00 committed by GitHub
parent 462121fd85
commit e8ed3a75b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=5m -E gofmt
args: --timeout=10m -E gofmt
- name: Build
run: |