Skip to content

Bump golangci/golangci-lint-action from 2.5.2 to 3.7.0 #207

Bump golangci/golangci-lint-action from 2.5.2 to 3.7.0

Bump golangci/golangci-lint-action from 2.5.2 to 3.7.0 #207

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.42.1
# Optional: show only new issues if it's a pull request. The default value is `false`.
only-new-issues: true