Skip to content

go v1.23 (#787)

go v1.23 (#787) #1147

Workflow file for this run

name: golangci-lint
on:
pull_request:
push:
branches:
- master
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run lint and report
uses: reviewdog/action-golangci-lint@v2
with:
go_version_file: "go.mod"
golangci_lint_flags: "--config=.golangci.yml"
github_token: ${{ secrets.github_token }}
tool_name: "GolangCI Linter"
filter_mode: nofilter
level: error
reporter: github-pr-check
fail_on_error: true
golangci_lint_version: v1.61.0