From 04e88c6fb6bf6b35e5429d5986c23ade794c2d86 Mon Sep 17 00:00:00 2001 From: jmnote Date: Fri, 29 Dec 2023 09:10:40 +0000 Subject: [PATCH] staticcheck --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c5f93d1..f31784c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -55,9 +55,9 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 1 - - uses: actions/setup-go@v4 + - uses: WillAbides/setup-go-faster@v1.8.0 with: - go-version: '^1.21.5' + go-version: ${{ matrix.go }} - uses: dominikh/staticcheck-action@v1.3.0 with: version: "2022.1.3"