Skip to content

chore(deps): bump github.com/samber/lo from 1.44.0 to 1.45.0 #68

chore(deps): bump github.com/samber/lo from 1.44.0 to 1.45.0

chore(deps): bump github.com/samber/lo from 1.44.0 to 1.45.0 #68

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 5m0s --verbose