This is an automated email from the ASF dual-hosted git repository.
zfeng pushed a commit to branch 2.0.0-release
in repository https://gitbox.apache.org/repos/asf/incubator-seata-go.git
The following commit(s) were added to refs/heads/2.0.0-release by this push:
new 9b85b9b5 update go version (#880)
9b85b9b5 is described below
commit 9b85b9b57b1d8c2b5a2d21728675c44da3874af1
Author: FengZhang <[email protected]>
AuthorDate: Thu Sep 11 23:16:31 2025 +0800
update go version (#880)
---
.github/workflows/integrate-test.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/integrate-test.yml
b/.github/workflows/integrate-test.yml
index 7fbdec23..9f5ab30d 100644
--- a/.github/workflows/integrate-test.yml
+++ b/.github/workflows/integrate-test.yml
@@ -37,14 +37,14 @@ jobs:
strategy:
matrix:
golang:
- - 1.18
+ - 1.20
steps:
- name: "set up go"
uses: actions/setup-go@v3
with:
- go-version: 1.18
+ go-version: 1.20.14
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can
access it
- name: "checkout ${{ github.ref }}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]