Skip to content

Commit ace0ca3

Browse files
authored
chore: update golangci-lint from v1.56.2 to v1.57.2
1 parent a90350d commit ace0ca3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
GO_VERSION: stable
16-
GOLANGCI_LINT_VERSION: v1.56.2
16+
GOLANGCI_LINT_VERSION: v1.57.2
1717
CGO_ENABLED: 0
1818

1919
steps:

.golangci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
run:
22
timeout: 10m
3-
skip-files: [ 'temp.go' ]
4-
skip-dirs: [ ]
53

64
linters-settings:
75
govet:

0 commit comments

Comments
 (0)