Skip to content

Commit

Permalink
[chore] increase lint timeout and remove 1.17 compat from release
Browse files Browse the repository at this point in the history
  • Loading branch information
tesibelda committed Sep 9, 2023
1 parent 637db45 commit 3d07080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project_name: vcstat
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy -compat=1.17
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tasks:
lint:
desc: Runs golint
cmds:
- golangci-lint run
- golangci-lint run --timeout 90s
silent: true

test:
Expand Down

0 comments on commit 3d07080

Please sign in to comment.