From 2220fbb7c04cfbf8b5ad24a7f08d901ea121d048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:24:26 +0000 Subject: [PATCH] build(deps): bump actions/setup-go from 6 to 7 Bumps [actions/setup-go](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/docs.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c690fea..daef65d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: run: | git -C chartplotter submodule update --remote tile57 git -C chartplotter submodule update --init --recursive tile57 - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version: '1.26.5' cache: true @@ -63,7 +63,7 @@ jobs: run: | git -C chartplotter submodule update --remote tile57 git -C chartplotter submodule update --init --recursive tile57 - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version: '1.26.5' cache: true @@ -93,7 +93,7 @@ jobs: run: | git -C chartplotter submodule update --remote tile57 git -C chartplotter submodule update --init --recursive tile57 - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version: '1.26.5' cache: true diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 84981b0..9d33209 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -49,7 +49,7 @@ jobs: git -C chartplotter submodule update --remote tile57 git -C chartplotter submodule update --init --recursive tile57 - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version: "1.26.5" cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9fbd55d..fc4788c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: run: | git -C chartplotter submodule update --remote tile57 git -C chartplotter submodule update --init --recursive tile57 - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version: "1.26.5" cache: true