Skip to content

ci(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#540) #468

ci(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#540)

ci(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#540) #468

Workflow file for this run

name: Go Lint
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
golangci:
name: lint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Install Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: '1.21'
cache: false
- name: Run golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
version: v1.55.2
only-new-issues: false
args: --timeout 5m --config .golangci.yml