Skip to content

Bump golangci/golangci-lint-action from 3 to 4 #33

Bump golangci/golangci-lint-action from 3 to 4

Bump golangci/golangci-lint-action from 3 to 4 #33

Workflow file for this run

name: Lint
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: setup go
uses: actions/setup-go@v5
with:
go-version: 1.19
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest
args: "--config .golintci.yaml"