Skip to content

[WIP] Add kernel and cgroup version info #16

[WIP] Add kernel and cgroup version info

[WIP] Add kernel and cgroup version info #16

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
name: Linter
permissions:
contents: read
jobs:
golint:
name: Golint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: actions/setup-go@v2
with:
go-version: '^1.19'
- name: Go lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
args: --timeout=10m