Skip to content

build(deps): bump github.com/grokify/sogo from 0.8.9 to 0.8.10 #590

build(deps): bump github.com/grokify/sogo from 0.8.9 to 0.8.10

build(deps): bump github.com/grokify/sogo from 0.8.9 to 0.8.10 #590

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/[email protected]
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
skip-go-installation: true
version: latest
args: --timeout 3m --verbose