From 0dee1c3381b0362becba03c3f5d6ca3c3688c7f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 21:47:29 +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.4.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 5.5.0 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 a01c896..6be1311 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.4.0 + uses: actions/setup-go@v5.5.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 5703d1e..c8bbdb8 100644 --- a/.github/workflows/go-with-releaser-image.yml +++ b/.github/workflows/go-with-releaser-image.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5.4.0 + uses: actions/setup-go@v5.5.0 with: go-version: ${{ inputs.go-version }} diff --git a/.github/workflows/go-with-releaser.yml b/.github/workflows/go-with-releaser.yml index 690581b..fd5b2be 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.4.0 + uses: actions/setup-go@v5.5.0 with: go-version: ${{ inputs.go-version }}