Skip to content

build(deps): bump github.com/samber/lo from 1.47.0 to 1.49.0 (#709) #2461

build(deps): bump github.com/samber/lo from 1.47.0 to 1.49.0 (#709)

build(deps): bump github.com/samber/lo from 1.47.0 to 1.49.0 (#709) #2461

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- prod
paths-ignore:
- "deploy/**"
pull_request:
paths-ignore:
- "deploy/**"
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22.7"
- name: Checkout
uses: actions/checkout@v4
- name: GolangCI Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.55.2