Skip to content

Commit

Permalink
Enable integration tests when go version is not 1.18
Browse files Browse the repository at this point in the history
Signed-off-by: lance6716 <[email protected]>
  • Loading branch information
lance6716 committed Mar 28, 2024
1 parent c9ae04c commit 7f14e2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

set -euo pipefail

if [[ $(go version) != *"go1.18"* ]]; then
exit 0
fi

for i in $(find $PWD -name go.mod); do
pushd $(dirname $i)
go mod tidy
Expand Down

0 comments on commit 7f14e2e

Please sign in to comment.