Skip to content

Commit 3307d43

Browse files
authored
chore(deps): update golangci-lint to v1.53.3 and configure depguard (#18)
1 parent 9f78270 commit 3307d43

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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: "1.20"
16-
GOLANGCI_LINT_VERSION: v1.51.2
16+
GOLANGCI_LINT_VERSION: v1.53.3
1717

1818
steps:
1919
- name: Check out source code

.golangci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ linters-settings:
88
skip-tests: true
99
gofumpt:
1010
extra-rules: true
11+
depguard:
12+
rules:
13+
deprecated:
14+
deny:
15+
- pkg: pkg/errors
1116

1217
linters:
1318
enable-all: true

0 commit comments

Comments
 (0)