1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00

build: fix typo

This commit is contained in:
Carlos Alexandro Becker 2023-11-28 09:23:01 -03:00
parent 5587cb2cb7
commit 5a74601559
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -25,5 +25,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
with:
args: --timeout=5m -
args: --timeout=5m
only-new-issues: true