diff --git a/.devcontainer/Dockerfile.dev b/.devcontainer/Dockerfile.dev index 6a0aa8e95..4bb7e34e5 100644 --- a/.devcontainer/Dockerfile.dev +++ b/.devcontainer/Dockerfile.dev @@ -1 +1 @@ -FROM mcr.microsoft.com/devcontainers/go:1.23 \ No newline at end of file +FROM mcr.microsoft.com/devcontainers/go:1.25 \ No newline at end of file diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0bd1b3749..3f67c1864 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,7 +60,7 @@ jobs: - name: Check out source uses: actions/checkout@v2 - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.8.0 + uses: supercharge/mongodb-github-action@1.12.1 with: mongodb-replica-set: replicaset - name: Unit test @@ -173,7 +173,7 @@ jobs: - name: Check out source uses: actions/checkout@v2 - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.8.0 + uses: supercharge/mongodb-github-action@1.12.1 with: mongodb-replica-set: replicaset - name: Install ruby