Skip to content

Commit

Permalink
Use basic-checks image in generate and gomod tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mquhuy committed Jul 1, 2024
1 parent 1c1699b commit fad1b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ else
--volume "${PWD}:${WORKDIR}:rw,z" \
--entrypoint sh \
--workdir "${WORKDIR}" \
docker.io/golang:1.22 \
quay.io/metal3-io/basic-checks:golang-1.22 \
"${WORKDIR}"/hack/generate.sh "$@"
fi
2 changes: 1 addition & 1 deletion hack/gomod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ else
--volume "${PWD}:{WORKDIR}:ro,z" \
--entrypoint sh \
--workdir "${WORKDIR}" \
docker.io/golang:1.22 \
quay.io/metal3-io/basic-checks:golang-1.22 \
"${WORKDIR}"/hack/gomod.sh "$@"
fi

0 comments on commit fad1b98

Please sign in to comment.