From fd187426e572914b6d6f632995bde2ad0d3eef99 Mon Sep 17 00:00:00 2001 From: Chris Crone Date: Thu, 24 Dec 2020 12:15:59 +0100 Subject: [PATCH] ci: Bump linter Signed-off-by: Chris Crone --- .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 ef59f915..eb471f05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Run golangci-lint run: | - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b . v1.30.0 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b . v1.33.0 ./golangci-lint run --timeout 10m0s build: