Skip to content

build(deps): bump golangci/golangci-lint-action from 2 to 3 #8

build(deps): bump golangci/golangci-lint-action from 2 to 3

build(deps): bump golangci/golangci-lint-action from 2 to 3 #8

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@v2
with:
stable: true
go-version: 1.17.x
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.42
skip-go-installation: true
args: --timeout=5m