Skip to content

🌱 Bump golangci/golangci-lint-action from 3.4.0 to 6.1.1 #122

🌱 Bump golangci/golangci-lint-action from 3.4.0 to 6.1.1

🌱 Bump golangci/golangci-lint-action from 3.4.0 to 6.1.1 #122

Workflow file for this run

name: golangci-lint
on:
pull_request:
types: [opened, edited, synchronize, reopened]
# Remove all permissions from GITHUB_TOKEN except metadata.
permissions: {}
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
strategy:
matrix:
working-directory:
- ""
steps:
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # tag=v3.4.0
- name: Set up Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # tag=v3.5.0
with:
go-version: '^1.22'
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # tag=v6.1.1
with:
version: v1.54.1
working-directory: ${{matrix.working-directory}}
args: --timeout=5m