This is an automated email from the ASF dual-hosted git repository.
fishy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new 5caa90e23 Bump actions/setup-go from 6.5.0 to 7.0.0
5caa90e23 is described below
commit 5caa90e23575dd5c212b802925c0d576a2e48573
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 06:04:57 2026 +0000
Bump actions/setup-go from 6.5.0 to 7.0.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.5.0 to
7.0.0.
- [Release notes](https://github.com/actions/setup-go/releases)
-
[Commits](https://github.com/actions/setup-go/compare/924ae3a1cded613372ab5595356fb5720e22ba16...b7ad1dad31e06c5925ef5d2fc7ad053ef454303e)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/build.yml | 2 +-
.github/workflows/docker.yml | 2 +-
.github/workflows/sca.yml | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c178b5d4c..dd4e56fd9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -248,7 +248,7 @@ jobs:
with:
persist-credentials: false
- - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 #
v6.5.0
+ - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e #
v7.0.0
with:
go-version: ${{ matrix.go }}
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 765173dad..3cff1728e 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -27,7 +27,7 @@ jobs:
with:
persist-credentials: false
- - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16
+ - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e
with:
go-version: stable
cache: false
diff --git a/.github/workflows/sca.yml b/.github/workflows/sca.yml
index a5f398ccd..681e451ac 100644
--- a/.github/workflows/sca.yml
+++ b/.github/workflows/sca.yml
@@ -202,7 +202,7 @@ jobs:
with:
persist-credentials: false
- - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 #
v6.5.0
+ - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e #
v7.0.0
with:
go-version: ${{ matrix.go }}
@@ -453,7 +453,7 @@ jobs:
with:
persist-credentials: false
- - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 #
v6.5.0
+ - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e #
v7.0.0
with:
go-version: "1.27"