Skip to content

Bump golangci/golangci-lint-action from 3.2.0 to 5.0.0 #111

Bump golangci/golangci-lint-action from 3.2.0 to 5.0.0

Bump golangci/golangci-lint-action from 3.2.0 to 5.0.0 #111

Workflow file for this run

name: ci
on:
push:
tags:
- v*
branches:
- master
- main
paths:
- "**.go"
- ".golangci.yml"
- "Makefile"
- "go.*"
- ".github/workflows/ci.yml"
pull_request:
paths:
- "**.go"
- ".golangci.yml"
- "Makefile"
- "go.*"
- ".github/workflows/ci.yml"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/[email protected]