From 58dd3192bd2f9b8bbfb15587aa6971ee20bc6e1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 00:05:02 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20build(deps):=20Bump=20actions/se?= =?UTF-8?q?tup-go=20from=206=20to=207?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7. - [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/analyze.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index cec2239..15b7064 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: 'go.mod' if: ${{ matrix.language == 'go' }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f7d15b..cd555ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - run: git fetch --force --tags - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version: stable - uses: crazy-max/ghaction-upx@v4