From 2be4b0a2822a68559c38b030cd2e5f638d206a94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Wed, 23 Apr 2025 18:11:15 +0900 Subject: [PATCH] chore: make lint happy --- .github/workflows/pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 294323f..4f64946 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -17,7 +17,7 @@ jobs: uses: golangci/golangci-lint-action@v6 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version - version: v1.59.1 + version: v1.60.1 # Optional: working directory, useful for monorepos # working-directory: somedir