Skip to content

🌱 Bump golangci/golangci-lint-action from 3.4.0 to 4.0.0 #18

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

🌱 Bump golangci/golangci-lint-action from 3.4.0 to 4.0.0 #18

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@3cfe3a4abbb849e10058ce4af15d205b6da42804 # tag=v4.0.0
with:
version: v1.54.1
working-directory: ${{matrix.working-directory}}
args: --timeout=5m