From 9d0e848da1bbcbb35c537b0331e3c4d61addee7a Mon Sep 17 00:00:00 2001 From: Marat Reymers <16486128+maratori@users.noreply.github.com> Date: Fri, 13 Sep 2024 01:11:09 +0200 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b47d41c..c943183 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: go-version: "1.23.1" # update together with Dockerfile.dev - uses: golangci/golangci-lint-action@v6 with: - version: "v1.60.3" # update together with Dockerfile.dev + version: "v1.61.0" # update together with Dockerfile.dev check-tidy: name: go mod tidy