From 87c99259e075e853914aaf10e406f4e099bb0dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 15:16:27 +0000 Subject: [PATCH] :seedling: Bump actions/setup-go from 3.0.0 to 3.1.0 (#54) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/f6164bd8c8acb4a71fb2791a8b6c4024ff038dab...fcdc43634adb5f7ae75a9d7a9b9361790f7293e2) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com> --- .github/workflows/pre-submit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-submit.yml b/.github/workflows/pre-submit.yml index 905c562..661f088 100644 --- a/.github/workflows/pre-submit.yml +++ b/.github/workflows/pre-submit.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v3 # v3 - name: setup-go - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v3 + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v3 with: go-version: '1.17'