Skip to content

Commit

Permalink
Remove obsolete check
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Jul 1, 2024
1 parent 3d1dc24 commit fd4b1e2
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 fd4b1e2

Please sign in to comment.