Skip to content

Merge pull request #65 from github/migue/trim-parent-repo-id-sockstat #335

Merge pull request #65 from github/migue/trim-parent-repo-id-sockstat

Merge pull request #65 from github/migue/trim-parent-repo-id-sockstat #335

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@v4
with:
go-version: "1.19"
- name: Vendor modules for later steps.
run: |
go mod vendor
- uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc # v3.2.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.49