From 92cb58e3d6139f59c9c9b2ae68e1f4179610c6d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 14:04:59 +0000 Subject: [PATCH] Bump actions/setup-go from 6 to 7 in the github-actions group Bumps the github-actions group with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 6 to 7 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/sdk-adr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sdk-adr.yaml b/.github/workflows/sdk-adr.yaml index 82c5c2e..9fb675f 100644 --- a/.github/workflows/sdk-adr.yaml +++ b/.github/workflows/sdk-adr.yaml @@ -34,7 +34,7 @@ jobs: path: datastar - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: "1.23" cache-dependency-path: datastar/sdk/tests