From 42b72e400684f16409129d19f2e770654e4fccc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 08:49:47 -0700 Subject: [PATCH] Bump actions/setup-go from 3.2.1 to 3.3.0 (#3540) --- .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 5aca3a9e6..efe15d4af 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Set up Go 1.x - uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2 + uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v2 with: go-version: ^1.13 id: go