Skip to content

Commit 6c72d8d

Browse files
committed
fix(ci): remove step in go api linting
Signed-off-by: Frederico Araujo <[email protected]>
1 parent 4e46ad2 commit 6c72d8d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ jobs:
3737
uses: actions/setup-go@v3
3838
with:
3939
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
4640
- name: Lint go API
4741
uses: golangci/golangci-lint-action@v3
4842
with:

0 commit comments

Comments
 (0)