Skip to content

Bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 (#134) #306

Bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 (#134)

Bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 (#134) #306

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@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@9d1e0624a798bb64f6c3cea93db47765312263dc # v5.1.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