Skip to content

Commit 3ab2df7

Browse files
committed
golangci-lint updated to v1.50.1
golangci github actions updated to 3.3.1 golang version 1.19
1 parent 80a34db commit 3ab2df7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.50.0; \
5+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.50.1; \
66
fi
77
@./bin/golangci-lint run --fix
88

0 commit comments

Comments
 (0)