Skip to content

Commit 996ab10

Browse files
committed
ci: update golangci-lint
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent 982460e commit 996ab10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ jobs:
8282
- name: Lint
8383
uses: golangci/golangci-lint-action@v3
8484
with:
85-
version: v1.49
85+
version: v1.50.1

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.8.0
19-
GOLANGCI_VERSION = 1.49.0
19+
GOLANGCI_VERSION = 1.50.1
2020

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

0 commit comments

Comments
 (0)