Skip to content

ci(deps): bump golangci/golangci-lint-action from 4 to 5 #194

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

ci(deps): bump golangci/golangci-lint-action from 4 to 5 #194

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
branches:
- "*"
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: v1.56