Skip to content

build(deps): bump github.com/grokify/mogo from 0.65.1 to 0.65.2 #779

build(deps): bump github.com/grokify/mogo from 0.65.1 to 0.65.2

build(deps): bump github.com/grokify/mogo from 0.65.1 to 0.65.2 #779

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
strategy:
matrix:
go-version: [1.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4.2.2
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.1.1
with:
version: latest
args: --timeout 3m --verbose