Skip to content

Commit 655a0aa

Browse files
committed
chore(deps): update golangci-lint
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent 946ae75 commit 655a0aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
- name: Lint
5151
uses: golangci/golangci-lint-action@v2
5252
with:
53-
version: v1.40.1
53+
version: v1.43.0

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif
1616

1717
# Dependency versions
1818
GOTESTSUM_VERSION = 1.7.0
19-
GOLANGCI_VERSION = 1.42.1
19+
GOLANGCI_VERSION = 1.43.0
2020

2121
# Add the ability to override some variables
2222
# Use with care

0 commit comments

Comments
 (0)