Skip to content

Commit 2b7c04e

Browse files
committed
golangci-lint updated to v1.50.0
1 parent fcd39ac commit 2b7c04e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Run Linters
1919
uses: golangci/golangci-lint-action@v3
2020
with:
21-
version: v1.48.0
21+
version: v1.50.0
2222
args: --verbose
2323
tests:
2424
name: Tests with coverage

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export GO111MODULE=on
22

33
format-check: ## Format the code and run linters
44
@if test ! -e ./bin/golangci-lint; then \
5-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.48.0; \
5+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.50.0; \
66
fi
77
@./bin/golangci-lint run --fix
88

0 commit comments

Comments
 (0)