Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

chore(deps): bump go.mongodb.org/mongo-driver from 1.14.0 to 1.15.0 (… #180

chore(deps): bump go.mongodb.org/mongo-driver from 1.14.0 to 1.15.0 (…

chore(deps): bump go.mongodb.org/mongo-driver from 1.14.0 to 1.15.0 (… #180

Workflow file for this run

name: GolangCI-Lint
on:
pull_request:
push:
branches:
- 'main'
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v4
with:
version: latest