From 78ea2d6361b9512c5be235c6ff474c5ce03a771a Mon Sep 17 00:00:00 2001 From: Cuong Manh Le Date: Wed, 12 Nov 2025 15:07:44 +0700 Subject: [PATCH] .github/workflows: upgrade staticcheck-action to v1.4.0 While at it, also bump go version to 1.24 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bd4d27..551241f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,8 @@ jobs: with: go-version: ${{ matrix.go }} - run: "go test -race ./..." - - uses: dominikh/staticcheck-action@v1.3.1 + - uses: dominikh/staticcheck-action@v1.4.0 with: - version: "2025.1" + version: "2025.1.1" install-go: false cache-key: ${{ matrix.go }}