Skip to content

chore(deps): update golangci/golangci-lint-action action to v4 #306

chore(deps): update golangci/golangci-lint-action action to v4

chore(deps): update golangci/golangci-lint-action action to v4 #306

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.52.2