Skip to content

Bump go.mongodb.org/mongo-driver from 1.11.1 to 1.13.1 #25

Bump go.mongodb.org/mongo-driver from 1.11.1 to 1.13.1

Bump go.mongodb.org/mongo-driver from 1.11.1 to 1.13.1 #25

Workflow file for this run

---
name: test
on:
push:
branches:
- master
tags:
- v*
pull_request:
env:
DEBIAN_FRONTEND: noninteractive
jobs:
lint:
uses: mackerelio/workflows/.github/workflows/[email protected]
test:
uses: mackerelio/workflows/.github/workflows/[email protected]
integration-test:
uses: mackerelio/workflows/.github/workflows/[email protected]
with:
run: make testmetric
# For now, neither macos-12 or -13 runners does not have Docker toolbox.
# Furthermore windows runners fails to authenticate the client with a credential.
# Thus we drop these OSes from default OSes defined in setup-go-matrix workflow.
os-versions: '["ubuntu-22.04"]'