Skip to content

Bump go.mongodb.org/mongo-driver from 1.15.0 to 1.16.0 (#11) #33

Bump go.mongodb.org/mongo-driver from 1.15.0 to 1.16.0 (#11)

Bump go.mongodb.org/mongo-driver from 1.15.0 to 1.16.0 (#11) #33

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- master
pull_request:
types: [ opened, synchronize ]
branches:
- main
- master
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.1
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59