From 888b82e36ba008f15ab9d8e566619126dd54395f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 07:00:20 +0000 Subject: [PATCH] Bump actions/setup-go from 5.2.0 to 5.5.0 in the ci group Bumps the ci group with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 5.2.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5.2.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: ci ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 311e293..8416b11 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -38,7 +38,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v5.0.0 # immutable action, safe to use the versions - name: Install Go - uses: actions/setup-go@v5.2.0 # immutable action, safe to use the versions + uses: actions/setup-go@v5.5.0 # immutable action, safe to use the versions with: go-version: ${{ matrix.go }} - name: Run Unit Tests @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@v5.0.0 # immutable action, safe to use the versions - name: Install Go - uses: actions/setup-go@v5.2.0 # immutable action, safe to use the versions + uses: actions/setup-go@v5.5.0 # immutable action, safe to use the versions with: go-version: 'stable' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 85885ee..64877bf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v5.0.0 # immutable action, safe to use the versions - name: Install Go - uses: actions/setup-go@v5.2.0 # immutable action, safe to use the versions + uses: actions/setup-go@v5.5.0 # immutable action, safe to use the versions with: go-version: 'stable'