Skip to content

Merge pull request #73 from github/fix-cmdline #403

Merge pull request #73 from github/fix-cmdline

Merge pull request #73 from github/fix-cmdline #403

Workflow file for this run

name: golangci-lint
on:
push:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Vendor modules for later steps.
run: |
go mod vendor
- uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.55