From 24016b7fdae4a48751db232fa46bd39002025974 Mon Sep 17 00:00:00 2001 From: Yoshida Hiroshi Date: Mon, 23 Dec 2024 12:11:57 +0900 Subject: [PATCH] =?UTF-8?q?staticcheck=20=E3=81=AE=E3=83=90=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92=E4=B8=8A=E3=81=92=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 5758956..3558502 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: - uses: dominikh/staticcheck-action@v1.3.1 with: - version: "2023.1.6" + version: "2024.1.1" install-go: false - name: Test