Skip to content

chore(deps): bump golangci/golangci-lint-action from 4 to 5 #833

chore(deps): bump golangci/golangci-lint-action from 4 to 5

chore(deps): bump golangci/golangci-lint-action from 4 to 5 #833

Workflow file for this run

---
name: golangci-lint
on: [push, pull_request]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.*
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: v1.56.2