Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
ci: update lint version, increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda committed Jun 16, 2023
1 parent d34f78a commit 086aa0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ jobs:
- name: main golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.53.3
working-directory: ./
skip-cache: true # we already have go caching
args: --timeout=1m
args: --timeout=3m
- name: unicorntest golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.53.3
working-directory: ./diffmips/unicorntest
skip-cache: true # we already have go caching
args: --timeout=1m
args: --timeout=3m
- name: Build examples
working-directory: ./example
run: make elf
Expand Down

0 comments on commit 086aa0f

Please sign in to comment.