From 82e916a65f1a75a23afd8cf6d9e9aa3e03d3e21f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 15:08:37 +0000 Subject: [PATCH] Bump actions/setup-go from 3.2.0 to 3.5.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.0 to 3.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3.2.0...v3.5.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/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 61f4fb3..1f48fa5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -119,7 +119,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Go - uses: actions/setup-go@v3.2.0 + uses: actions/setup-go@v3.5.0 with: go-version: ${{ matrix.go }} - name: 'Build with ${{ matrix.go }}'