Skip to content

Commit

Permalink
remove go vet from runTests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
metskem committed Aug 15, 2024
1 parent 50a4b5f commit 33eebe3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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/vmwarepivotallabs/cf-mgmt

go 1.20
go 1.22

require (
code.cloudfoundry.org/routing-api v0.0.0-20240812231547-9f253a3ef041
Expand Down
2 changes: 0 additions & 2 deletions rabo-ci/runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

go version

echo "Running go vet"
go vet ./...
echo "Running go test"
go test ./...

0 comments on commit 33eebe3

Please sign in to comment.