From a0ca1a65d31a84bdf367aa8a402e0aecf1f415dc Mon Sep 17 00:00:00 2001 From: Bryan Moffatt Date: Tue, 19 Dec 2023 12:48:08 -0800 Subject: [PATCH] update linter version --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5fe27573..3c948d56 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,6 +18,6 @@ jobs: - name: golangci-golint run: | - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.52.1 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.55.2 ./bin/golangci-lint run -v ./...