From 64abc7c9e0d3ca3e94866793752d34f33e0cc913 Mon Sep 17 00:00:00 2001 From: "duanyi.aster" Date: Thu, 27 Jun 2024 21:32:20 +0800 Subject: [PATCH] ci: test go latest --- {scripts => .github/workflows}/go_latest_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {scripts => .github/workflows}/go_latest_test.yml (86%) diff --git a/scripts/go_latest_test.yml b/.github/workflows/go_latest_test.yml similarity index 86% rename from scripts/go_latest_test.yml rename to .github/workflows/go_latest_test.yml index 758e8854e..080313b0d 100644 --- a/scripts/go_latest_test.yml +++ b/.github/workflows/go_latest_test.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.20.6 + go-version: 1.22 - uses: actions/cache@v2 with: @@ -25,5 +25,5 @@ jobs: - name: script run: | - sh ./scripts/go_latest.sh master + sh ./scripts/go_latest.sh release-branch.go1.23