Skip to content

Bump golangci/golangci-lint-action from 3.7.0 to 6.1.1 (#43) #84

Bump golangci/golangci-lint-action from 3.7.0 to 6.1.1 (#43)

Bump golangci/golangci-lint-action from 3.7.0 to 6.1.1 (#43) #84

Workflow file for this run

# Copyright 2023 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0
name: lint
on:
push:
branches:
- 'main'
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version-file: 'go.mod'
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
version: v1.62.2
args: --timeout=5m --verbose