Skip to content

Commit

Permalink
Add go mod vendor check in CI (#644)
Browse files Browse the repository at this point in the history
* Add go mod vendor check in CI

* go mod tidy
  • Loading branch information
jotak authored Mar 26, 2024
1 parent 5feb3c6 commit 843e842
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: make build
- name: run unit tests
run: make tests-unit
- name: check clean vendors
run: go mod vendor
- name: upload coverage to codecov.io
if: ${{ matrix.go == '1.21' }}
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/netobserv/flowlogs-pipeline

go 1.21
go 1.21.0

toolchain go1.21.7

Expand Down

0 comments on commit 843e842

Please sign in to comment.