Skip to content

Commit

Permalink
increase linter timeout and update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
voidlock committed Oct 23, 2023
1 parent d919a9d commit 145ef16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
matrix:
target: [ test, lint ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: run ${{ matrix.target }}
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See https://github.com/golangci/golangci-lint#config-file
run:
deadline: 1m #Default
deadline: 2m #Default
issues-exit-code: 1 #Default
tests: true #Default

Expand Down

0 comments on commit 145ef16

Please sign in to comment.