Skip to content

build(lint): Update linters in .golangci.yml #101

build(lint): Update linters in .golangci.yml

build(lint): Update linters in .golangci.yml #101

Workflow file for this run

name: Lint
on:
tags:
- v*
branches:
- master
- main
pull_request:
branches:
- 1.x
- 2.x
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6