We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e46ad2 commit 6c72d8dCopy full SHA for 6c72d8d
.github/workflows/ci.yaml
@@ -37,12 +37,6 @@ jobs:
37
uses: actions/setup-go@v3
38
with:
39
go-version: 1.17
40
- - name: Init API module
41
- working-directory: go
42
- run: |
43
- sudo apt update -qq && sudo apt install -yqq libdevmapper-dev
44
- go mod init github.com/sysflow-telemetry/sf-apis/go || true
45
- go mod tidy -compat=1.17
46
- name: Lint go API
47
uses: golangci/golangci-lint-action@v3
48
0 commit comments