From 453963dddd63df84913fa02fbf471961626ad1f5 Mon Sep 17 00:00:00 2001 From: bump Date: Sat, 22 Oct 2022 16:04:34 +0000 Subject: [PATCH] Update github-golangci-lint to 1.50.1 from 1.50.0 Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.50.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74d66eaf..04753803 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: pull_request: env: - GOLANGCILINT_VERSION: 1.50.0 + GOLANGCILINT_VERSION: 1.50.1 jobs: lint: