Skip to content

Commit

Permalink
do normal 'go vet' as it works now (prebid#3550)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitris authored Mar 4, 2024
1 parent 93137cd commit 0b5d04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ fi

if $VET; then
echo "Running go vet check"
go vet -composites=false ./...
go vet ./...
fi

0 comments on commit 0b5d04e

Please sign in to comment.