From 1594642c4ca4985e01245c837d1dcf61ef865c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 00:14:34 +0000 Subject: [PATCH] build(deps): bump actions/setup-go in the patches group Bumps the patches group with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patches ... Signed-off-by: dependabot[bot] --- .github/workflows/go-test.yml | 2 +- .github/workflows/go-with-releaser-image.yml | 2 +- .github/workflows/go-with-releaser.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 94a047c..80e16d0 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4.2.2 - name: Setup Go - uses: actions/setup-go@v5.3.0 + uses: actions/setup-go@v5.4.0 with: go-version: ${{ inputs.go-version }} diff --git a/.github/workflows/go-with-releaser-image.yml b/.github/workflows/go-with-releaser-image.yml index 0226230..584e481 100644 --- a/.github/workflows/go-with-releaser-image.yml +++ b/.github/workflows/go-with-releaser-image.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5.3.0 + uses: actions/setup-go@v5.4.0 with: go-version: ${{ inputs.go-version }} diff --git a/.github/workflows/go-with-releaser.yml b/.github/workflows/go-with-releaser.yml index 3ced416..451ea94 100644 --- a/.github/workflows/go-with-releaser.yml +++ b/.github/workflows/go-with-releaser.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5.3.0 + uses: actions/setup-go@v5.4.0 with: go-version: ${{ inputs.go-version }}