From 8061418b9777c73dfc21692220c7dd01de82b7d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 02:48:17 +0800 Subject: [PATCH] Bump WillAbides/setup-go-faster from 1.11.0 to 1.12.0 (#48) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9088c24..19814ed 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Go Faster - uses: WillAbides/setup-go-faster@v1.11.0 + uses: WillAbides/setup-go-faster@v1.12.0 timeout-minutes: 3 with: go-version: ${{ matrix.go_version }}