From 5fb9b01fe5416ec8793de5bbd84de32460c5f3e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 03:25:28 +0000 Subject: [PATCH] Bump actions/setup-go from 5.1.0 to 5.2.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5.1.0...v5.2.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/build-test.yml | 2 +- .github/workflows/go-format.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index bdb7501..c796d37 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -59,7 +59,7 @@ jobs: with: lfs: true - name: Set up Go ${{ matrix.go-version }} - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v5.2.0 with: go-version: ${{ matrix.go-version }} diff --git a/.github/workflows/go-format.yml b/.github/workflows/go-format.yml index 2e028df..71267c8 100644 --- a/.github/workflows/go-format.yml +++ b/.github/workflows/go-format.yml @@ -23,7 +23,7 @@ jobs: go-version: [1.18] steps: - name: setup go ${{ matrix.go-version }} - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v5.2.0 with: go-version: ${{ matrix.go-version }} - uses: actions/cache@v4.2.0