From 431bcc5a1524874be2c2a6418c4107191f6918a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 05:58:43 +0000 Subject: [PATCH] build(deps): bump WillAbides/setup-go-faster from 1.8.0 to 1.9.0 Bumps [WillAbides/setup-go-faster](https://github.com/willabides/setup-go-faster) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/willabides/setup-go-faster/releases) - [Commits](https://github.com/willabides/setup-go-faster/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: WillAbides/setup-go-faster dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 0b7d4d9..0533f47 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 }}