Skip to content

Commit 99ef4cf

Browse files
authored
Merge pull request #105 from kyma-project/actions/add-setup-go
add golangci-lint timeout
2 parents a0d88f6 + 8ace56b commit 99ef4cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-draft.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
uses: golangci/golangci-lint-action@v6.1.0
3737
with:
3838
version: v1.60
39+
args: --timeout=10m
3940

4041
- name: Log in to the Container registry
4142
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1

0 commit comments

Comments
 (0)