Skip to content

Commit f9c68ae

Browse files
committed
chore: update Go version to 1.24.2 and set MongoDB version to 7.0 in CI configuration
1 parent 7a7f50a commit f9c68ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
go: [1.24]
31-
mongodb-version: ['4.4', '5.0', '6.0', '7.0']
30+
go: ['1.24.2']
31+
mongodb-version: ['7.0']
3232
include:
3333
- os: ubuntu-latest
3434
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)