We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c57408 + 6a023c1 commit 236c791Copy full SHA for 236c791
2 files changed
.devcontainer/Dockerfile.dev
@@ -1 +1 @@
1
-FROM mcr.microsoft.com/devcontainers/go:1.23
+FROM mcr.microsoft.com/devcontainers/go:1.25
.github/workflows/ci.yaml
@@ -60,7 +60,7 @@ jobs:
60
- name: Check out source
61
uses: actions/checkout@v2
62
- name: Start MongoDB
63
- uses: supercharge/mongodb-github-action@1.8.0
+ uses: supercharge/mongodb-github-action@1.12.1
64
with:
65
mongodb-replica-set: replicaset
66
- name: Unit test
@@ -173,7 +173,7 @@ jobs:
173
174
175
176
177
178
179
- name: Install ruby
0 commit comments