Skip to content

build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1 (… #61

build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1 (…

build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1 (… #61

Workflow file for this run

---
name: golangci-lint
on:
push:
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.0.1
with:
version: v1.56.1