Skip to content

ci: bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 #42

ci: bump golangci/golangci-lint-action from 5.0.0 to 5.3.0

ci: bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 #42

Workflow file for this run

name: lint
permissions: {} # no need any permissions
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_call:
jobs:
run:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
fail-fast: true
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
check-latest: true
- name: Lint
uses: golangci/golangci-lint-action@v5.3.0
with:
version: latest
args: --timeout 5m