This is an automated email from the ASF dual-hosted git repository. colegreer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit c65697746ddca8824d102b002b1542aa1ed0e5d5 Merge: f9e36b767a 19357ff7be Author: Cole Greer <[email protected]> AuthorDate: Mon Mar 30 18:10:00 2026 -0700 Merge branch '3.8-dev' .github/workflows/build-test.yml | 6 +++--- CHANGELOG.asciidoc | 1 + docs/src/reference/gremlin-variants.asciidoc | 2 ++ docs/src/upgrade/release-3.7.x.asciidoc | 2 ++ gremlin-go/README.md | 2 +- gremlin-go/driver/README.md | 4 ++-- 6 files changed, 11 insertions(+), 6 deletions(-) diff --cc .github/workflows/build-test.yml index c82b8ad9d7,45c6ec018b..91a8601735 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@@ -335,11 -395,23 +335,11 @@@ jobs needs: cache-gremlin-server-docker-image runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v6 + - uses: actions/checkout@v6 - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '1.25' - - name: Get Cached Server Base Image - uses: actions/cache@v5 - 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: |
