Skip to content

feat(deps): bump github.com/golangci/golangci-lint from 1.59.1 to 1.61.0 #220

feat(deps): bump github.com/golangci/golangci-lint from 1.59.1 to 1.61.0

feat(deps): bump github.com/golangci/golangci-lint from 1.59.1 to 1.61.0 #220

Workflow file for this run

name: golangci-lint
on:
push:
paths:
- '**.go'
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.19'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.50.0
args: -c .golang-ci.yml -v --timeout=5m
env:
GO111MODULES: off