Skip to content

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

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

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

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
- name: golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 #v6.0.1
with:
version: v1.56