Skip to content

fix(deps): update module go.mongodb.org/mongo-driver to v1.14.0 - autoclosed #67

fix(deps): update module go.mongodb.org/mongo-driver to v1.14.0 - autoclosed

fix(deps): update module go.mongodb.org/mongo-driver to v1.14.0 - autoclosed #67

Workflow file for this run

name: golangci
on:
push:
branches:
- 'feature/**'
- 'bug/gh-**'
- 'issue/gh-**'
- staging
- master
paths-ignore:
- '.github/**'
- '.vscode/**'
- 'assets/**'
- 'docker/**'
- '.idea/**'
- '.dockerignore'
- '.gitignore'
- '**.md'
- 'LICENSE'
- 'renovate.json'
pull_request:
branches:
- 'feature/**'
- 'bug/gh-**'
- 'issue/gh-**'
- staging
- master
paths-ignore:
- '.github/**'
- '.vscode/**'
- 'assets/**'
- 'docker/**'
- '.idea/**'
- '.dockerignore'
- '.gitignore'
- '**.md'
- 'LICENSE'
- 'renovate.json'
permissions:
contents: read
pull-requests: read
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
# This is in a seperate workflow because if you run
# it with Go installed before, it'll just error
# :animePensive:
#
# https://i-am.floof.gay/images/1fdaa80a.png
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --issues-exit-code=1
only-new-issues: false