From 6200daab7b22ae2f33148e9711cbd089f5f176e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 18:49:07 +0800 Subject: [PATCH] build(deps): bump WillAbides/setup-go-faster from 1.8.0 to 1.9.0 (#71) 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 8bbe2c2..20f2e7b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Go Faster - uses: WillAbides/setup-go-faster@v1.8.0 + uses: WillAbides/setup-go-faster@v1.9.0 timeout-minutes: 3 with: go-version: ${{ matrix.go_version }}