Skip to content

chore(deps): bump golangci/golangci-lint-action from 4 to 6 #134

chore(deps): bump golangci/golangci-lint-action from 4 to 6

chore(deps): bump golangci/golangci-lint-action from 4 to 6 #134

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.51.2
args: -c .golang-ci.yml -v --timeout=5m
env:
GO111MODULES: off