From 291ce8ee9a43c765ee1940a3d0fcf0a8146e3379 Mon Sep 17 00:00:00 2001 From: bai <17348+bai@users.noreply.github.com> Date: Mon, 23 Dec 2024 06:02:49 +0200 Subject: [PATCH] Lint fix --- .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 c12f3a28..06c7e85a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: ${{ runner.os }}-go- - name: Install dependencies - run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.0 + run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.2 - name: Run test suite run: make test