Skip to content

Commit

Permalink
chore: update golangci-lint from v1.56.2 to v1.57.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoulard authored May 2, 2024
1 parent a90350d commit ace0ca3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
GO_VERSION: stable
GOLANGCI_LINT_VERSION: v1.56.2
GOLANGCI_LINT_VERSION: v1.57.2
CGO_ENABLED: 0

steps:
Expand Down
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
run:
timeout: 10m
skip-files: [ 'temp.go' ]
skip-dirs: [ ]

linters-settings:
govet:
Expand Down

0 comments on commit ace0ca3

Please sign in to comment.