Skip to content

Commit 68d908a

Browse files
committed
chore(ci): update golangci-lint
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent d46ac2a commit 68d908a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727
uses: golangci/golangci-lint-action@v3
2828
with:
2929
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
30-
version: v1.51.2 # current version at time of commit
30+
version: v1.53.3 # current version at time of commit
3131
args: --timeout 10m
32+
only-new-issues: true

0 commit comments

Comments
 (0)