This is an automated email from the ASF dual-hosted git repository.

andreac pushed a commit to branch 3.8-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/3.8-dev by this push:
     new 01a1ca5b30 Upgrade go version to 1.25 for workflow. (#3271)
01a1ca5b30 is described below

commit 01a1ca5b3031aab791c7e572decff128b19930ea
Author: andreachild <[email protected]>
AuthorDate: Tue Nov 4 14:04:08 2025 -0800

    Upgrade go version to 1.25 for workflow. (#3271)
    
    Upgrade go version to 1.25 for workflow which was missing from 
https://github.com/apache/tinkerpop/pull/3268
---
 .github/workflows/build-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index a28b931cb2..b8c2d0719c 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -321,7 +321,7 @@ jobs:
       - name: Setup Go
         uses: actions/setup-go@v5
         with:
-          go-version: '1.22'
+          go-version: '1.25'
       - name: Get Cached Server Base Image
         uses: actions/cache@v4
         id: gremlin-server-test-docker-image

Reply via email to