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

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

commit cf5bea4560c64fa5b90fcfae69bfb47c4fa611fe
Merge: 5e4cc5755d 01a1ca5b30
Author: Andrea Child <[email protected]>
AuthorDate: Tue Nov 4 14:06:56 2025 -0800

    Merge branch '3.8-dev'

 .github/workflows/build-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --cc .github/workflows/build-test.yml
index 1136e9c2b7,b8c2d0719c..a3ce4d394f
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@@ -310,40 -310,40 +310,40 @@@ jobs
          run: |
            mvn clean install -pl $EXCLUDE_MODULES -q -DskipTests -Dci
            mvn verify -pl :neo4j-gremlin -DincludeNeo4j
 -  go:
 -    name: go
 -    timeout-minutes: 20
 -    needs: cache-gremlin-server-docker-image
 -    runs-on: ubuntu-latest
 -    steps:
 -      - name: Checkout
 -        uses: actions/checkout@v5
 -      - name: Setup Go
 -        uses: actions/setup-go@v5
 -        with:
 -          go-version: '1.25'
 -      - name: Get Cached Server Base Image
 -        uses: actions/cache@v4
 -        id: gremlin-server-test-docker-image
 -        with:
 -          path: |
 -            ./gremlin-server/*
 -            ~/.m2/repository/org/apache/tinkerpop/*
 -          key: ${{ github.sha }}
 -      - name: Load Docker Image
 -        working-directory: ./gremlin-server
 -        run: docker load --input gremlin-server.tar
 -      - name: Build with Maven
 -        working-directory: .
 -        run: |
 -          touch gremlin-go/.glv
 -          EXCLUDE="${EXCLUDE_MODULES/-:gremlin-go,},$EXCLUDE_FOR_GLV"
 -          mvn clean install -pl $EXCLUDE -q -DskipTests -Dci
 -          mvn verify -pl :gremlin-go
 -      - name: Upload to Codecov
 -        uses: codecov/codecov-action@v5
 -        with:
 -          working-directory: ./gremlin-go
 -      - name: Go-Vet
 -        working-directory: ./gremlin-go
 -        run: go vet ./...
 +#  go:
 +#    name: go
 +#    timeout-minutes: 20
 +#    needs: cache-gremlin-server-docker-image
 +#    runs-on: ubuntu-latest
 +#    steps:
 +#      - name: Checkout
 +#        uses: actions/checkout@v5
 +#      - 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
 +#        with:
 +#          path: |
 +#            ./gremlin-server/*
 +#            ~/.m2/repository/org/apache/tinkerpop/*
 +#          key: ${{ github.sha }}
 +#      - name: Load Docker Image
 +#        working-directory: ./gremlin-server
 +#        run: docker load --input gremlin-server.tar
 +#      - name: Build with Maven
 +#        working-directory: .
 +#        run: |
 +#          touch gremlin-go/.glv
 +#          EXCLUDE="${EXCLUDE_MODULES/,-:gremlin-python},$EXCLUDE_FOR_GLV"
 +#          mvn clean install -pl $EXCLUDE -q -DskipTests -Dci
 +#          mvn verify -pl :gremlin-go
 +#      - name: Upload to Codecov
 +#        uses: codecov/codecov-action@v5
 +#        with:
 +#          working-directory: ./gremlin-go
 +#      - name: Go-Vet
 +#        working-directory: ./gremlin-go
 +#        run: go vet ./...

Reply via email to