From 6502f70276351c78e3493f0136685e589acbc36e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 22:17:15 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 3.3.1 to 3.5.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.1 to 3.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/c4a742cab115ed795e34d4513e2cf7d472deb55f...6edd4406fa81c3da01a34fa6f6343087c207a568) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/govulncheck.yml | 2 +- .github/workflows/main.yml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/govulncheck.yml b/.github/workflows/govulncheck.yml index f29374caaef..6d5cbfcd836 100644 --- a/.github/workflows/govulncheck.yml +++ b/.github/workflows/govulncheck.yml @@ -11,7 +11,7 @@ jobs: id: go-version run: | echo go-version="$(awk '/GO_VERSION:/ { print $2 }' .github/workflows/main.yml)" >> ${GITHUB_OUTPUT} - - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f + - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: cache: true go-version: ${{ steps.go-version.outputs.go-version }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ad3390fb497..5a7bef55cdd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -133,7 +133,7 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f + - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: cache: true go-version: ${{ matrix.go-version }} @@ -160,7 +160,7 @@ jobs: runs-on: macos-11 steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f + - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: cache: true go-version: ${{ env.GO_VERSION }} @@ -192,7 +192,7 @@ jobs: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 with: fetch-depth: 0 - - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f + - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: cache: true go-version: ${{ env.GO_VERSION }} @@ -251,7 +251,7 @@ jobs: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 with: fetch-depth: 0 - - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f + - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: cache: true go-version: ${{ env.GO_VERSION }} @@ -295,7 +295,7 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f + - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: cache: true go-version: ${{ env.GO_VERSION }} @@ -309,7 +309,7 @@ jobs: runs-on: windows-2019 steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f + - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: cache: true go-version: ${{ env.GO_VERSION }} @@ -349,7 +349,7 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f + - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: cache: true go-version: ${{ env.GO_VERSION }} @@ -376,7 +376,7 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f + - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: cache: true go-version: ${{ env.GO_VERSION }} @@ -417,7 +417,7 @@ jobs: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 with: fetch-depth: 0 - - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f + - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: cache: true go-version: ${{ env.GO_VERSION }} @@ -453,7 +453,7 @@ jobs: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 with: fetch-depth: 0 - - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f + - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: cache: true go-version: ${{ env.GO_VERSION }}