Skip to content

chore: bump golangci/golangci-lint-action from 3.7.0 to 6.2.0 #50

chore: bump golangci/golangci-lint-action from 3.7.0 to 6.2.0

chore: bump golangci/golangci-lint-action from 3.7.0 to 6.2.0 #50

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches:
- master
permissions:
contents: read
concurrency:
group: '$${{ github.workflow }}-$${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-go@v4.1.0
- name: golangci-lint
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
with:
version: latest
args: --timeout=5m