From 3333d358eb4c71450a0c7d59c9a05dcf7226c531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:02:18 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 6.4.0 to 6.5.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.4.0 to 6.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6.4.0...v6.5.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3667780..a979c32 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v7.0.0 - name: Install Go - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v6.5.0 with: go-version: "1.25" @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v7.0.0 - name: Install Go - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v6.5.0 with: go-version: "1.25" # setup-go provides module/build caching out of the box. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f375c1..2e6e1c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v6.5.0 with: go-version: "1.25" # setup-go caches the module and build caches by default (keyed on diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d583b96..6176cd3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v7.0.0 - name: Install Go - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v6.5.0 with: go-version: "1.25" # setup-go provides module/build caching out of the box.