From 4ea362e3baeecec05e52079b2c22e32a70763572 Mon Sep 17 00:00:00 2001 From: bump Date: Fri, 18 Mar 2022 16:04:08 +0000 Subject: [PATCH] Update github-golangci-lint from 1.44.2 to 1.45.0 Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.45.0 --- .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 41d4043d..46e8a959 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: pull_request: env: - GOLANGCILINT_VERSION: 1.44.2 + GOLANGCILINT_VERSION: 1.45.0 jobs: lint: