Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "production"

env:
MONGO_VERSION: 8.0.3
MONGO_VERSION: 8.0.13
UBUNTU_VERSION: linux-x86_64-ubuntu2204
# name of the binary, the service and the user running the
# service
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.24"
go-version: "1.25"

- name: Vet code
run: go vet ./...
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- production

env:
MONGO_VERSION: 8.0.3
MONGO_VERSION: 8.0.13
UBUNTU_VERSION: linux-x86_64-ubuntu2204

jobs:
Expand All @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: "1.24"
go-version: "1.25"

- name: Lint code
uses: golangci/golangci-lint-action@v8
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/feliixx/mongoplayground

go 1.23.0
go 1.24.0

toolchain go1.24.2
toolchain go1.25.1

require (
github.com/dgraph-io/badger/v2 v2.2007.4
Expand All @@ -11,7 +11,7 @@ require (
github.com/feliixx/mongoextjson v1.2.0
github.com/prometheus/client_golang v1.21.1
go.mongodb.org/mongo-driver v1.17.3
golang.org/x/oauth2 v0.29.0
golang.org/x/oauth2 v0.31.0
google.golang.org/api v0.209.0
)

Expand Down
91 changes: 2 additions & 89 deletions go.sum

Large diffs are not rendered by default.

Loading