From eaff0a164e9613a1e03f31348c77600fb1b7c145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 05:14:16 +0000 Subject: [PATCH] :arrow_up: Bump actions/setup-go from 3.2.1 to 3.3.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3.2.1...v3.3.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e242178..e395b275 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v3.0.2 - name: Set up Go - uses: actions/setup-go@v3.2.1 + uses: actions/setup-go@v3.3.0 with: go-version-file: go.mod check-latest: true @@ -75,7 +75,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v3.2.1 + uses: actions/setup-go@v3.3.0 with: go-version-file: ./go.mod check-latest: true