From 2596d38fccc504b496c0d5298f18ac3006615892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 00:42:01 +0000 Subject: [PATCH] Bump actions/setup-go from 4.1.0 to 5.0.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/93397bea11091df50f3d7e59dc26a7711a8bcfbe...0c52d547c9bc32b1aa3301fd7a9cb496313a4491) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/make-protos.yml | 2 +- .github/workflows/run-go-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make-protos.yml b/.github/workflows/make-protos.yml index 3a4d81d0..6e921719 100644 --- a/.github/workflows/make-protos.yml +++ b/.github/workflows/make-protos.yml @@ -21,7 +21,7 @@ jobs: with: version: '23.x' - name: Install Go - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe + uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: 1.20.x - name: setup env diff --git a/.github/workflows/run-go-tests.yml b/.github/workflows/run-go-tests.yml index 22886731..bda23e9c 100644 --- a/.github/workflows/run-go-tests.yml +++ b/.github/workflows/run-go-tests.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Install Go - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe + uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: 1.20.x - name: Format