Skip to content

chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 #266

chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0

chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 #266

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
if: github.event.pull_request.draft == false
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.1.0
with:
version: latest