Skip to content

Commit 236c791

Browse files
Merge pull request #748 from huypn12/main
Update devcontainer Go image to 1.25
2 parents 9c57408 + 6a023c1 commit 236c791

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM mcr.microsoft.com/devcontainers/go:1.23
1+
FROM mcr.microsoft.com/devcontainers/go:1.25

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Check out source
6161
uses: actions/checkout@v2
6262
- name: Start MongoDB
63-
uses: supercharge/mongodb-github-action@1.8.0
63+
uses: supercharge/mongodb-github-action@1.12.1
6464
with:
6565
mongodb-replica-set: replicaset
6666
- name: Unit test
@@ -173,7 +173,7 @@ jobs:
173173
- name: Check out source
174174
uses: actions/checkout@v2
175175
- name: Start MongoDB
176-
uses: supercharge/mongodb-github-action@1.8.0
176+
uses: supercharge/mongodb-github-action@1.12.1
177177
with:
178178
mongodb-replica-set: replicaset
179179
- name: Install ruby

0 commit comments

Comments
 (0)