Skip to content

chore(deps): bump github.com/samber/lo from 1.49.1 to 1.50.0 #3320

chore(deps): bump github.com/samber/lo from 1.49.1 to 1.50.0

chore(deps): bump github.com/samber/lo from 1.49.1 to 1.50.0 #3320

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
- name: Set up Go 1.x
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@c2427fec7902bf2304ba21394dce2ed2f2a6cb2c
with:
version: v2.0.2