diff --git a/.buildkite/hooks/post-command b/.buildkite/hooks/post-command index c3905de33..0dacde387 100755 --- a/.buildkite/hooks/post-command +++ b/.buildkite/hooks/post-command @@ -76,5 +76,6 @@ fi if [[ "${BUILDKITE_LABEL}" == ":github: Deploy Artifacts" ]]; then echo "--- :go: Force module index update" + rm go.mod go.sum go get github.com/authelia/authelia/v4 fi \ No newline at end of file