Commit 086aa0f0 authored by protolambda's avatar protolambda

ci: update lint version, increase timeout

parent d34f78a0
...@@ -49,17 +49,17 @@ jobs: ...@@ -49,17 +49,17 @@ jobs:
- name: main golangci-lint - name: main golangci-lint
uses: golangci/golangci-lint-action@v3 uses: golangci/golangci-lint-action@v3
with: with:
version: v1.52 version: v1.53.3
working-directory: ./ working-directory: ./
skip-cache: true # we already have go caching skip-cache: true # we already have go caching
args: --timeout=1m args: --timeout=3m
- name: unicorntest golangci-lint - name: unicorntest golangci-lint
uses: golangci/golangci-lint-action@v3 uses: golangci/golangci-lint-action@v3
with: with:
version: v1.52 version: v1.53.3
working-directory: ./diffmips/unicorntest working-directory: ./diffmips/unicorntest
skip-cache: true # we already have go caching skip-cache: true # we already have go caching
args: --timeout=1m args: --timeout=3m
- name: Build examples - name: Build examples
working-directory: ./example working-directory: ./example
run: make elf run: make elf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment