From cb627e4e47703c220fc0f2ff56771aed006cd8be Mon Sep 17 00:00:00 2001 From: taoky Date: Sat, 9 Apr 2022 14:56:45 +0800 Subject: [PATCH] chore: update golangci-lint version golangci-lint v1.44.2 does not support golang 1.18 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 258d3fb..f42c5e4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -33,7 +33,7 @@ jobs: uses: golangci/golangci-lint-action@v2 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.44.2 + version: v1.45.2 - name: Get dependencies and run tests run: go test -race -v ./...