This is an automated email from the ASF dual-hosted git repository.
baoyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new b3921bfe5 chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0
(#13036)
b3921bfe5 is described below
commit b3921bfe5b60d17d2be5929c74d79399a0af94e4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 5 15:21:01 2026 +0800
chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0 (#13036)
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 93acd6b60..d09d06698 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
submodules: recursive
- name: Setup Go
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 #
v6.2.0
+ uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 #
v6.3.0
with:
go-version: "1.17"