Skip to content

Bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 #174

Bump golangci/golangci-lint-action from 4.0.0 to 5.1.0

Bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 #174

Workflow file for this run

name: golangci-lint
on:
push:
tags: [ "v*" ]
branches: [ master ]
pull_request:
branches: [ "*" ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
stable: true
go-version: 1.17.x
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v5.1.0
with:
args: --timeout=5m