Skip to content

chore(deps): bump golangci/golangci-lint-action from 3 to 4 #183

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

chore(deps): bump golangci/golangci-lint-action from 3 to 4 #183

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ~1.17
- uses: golangci/golangci-lint-action@v4
with:
skip-go-installation: true
only-new-issues: true