Skip to content

chore(deps): bump github.com/samber/lo from 1.52.0 to 1.53.0 (#36) #65

chore(deps): bump github.com/samber/lo from 1.52.0 to 1.53.0 (#36)

chore(deps): bump github.com/samber/lo from 1.52.0 to 1.53.0 (#36) #65

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
- master
pull_request:
types: [ opened, synchronize, reopened ]
permissions:
contents: read
pull-requests: read
checks: write
jobs:
golangci:
strategy:
matrix:
go: [ '1.23', '1.24' ]
os: [ macos-latest ]
name: lint
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: v1.64
args: --timeout=5m