ci(buildkite): fix index update post release (#2388)
parent
26aa806e9c
commit
57a35abd3b
|
@ -76,5 +76,6 @@ fi
|
||||||
|
|
||||||
if [[ "${BUILDKITE_LABEL}" == ":github: Deploy Artifacts" ]]; then
|
if [[ "${BUILDKITE_LABEL}" == ":github: Deploy Artifacts" ]]; then
|
||||||
echo "--- :go: Force module index update"
|
echo "--- :go: Force module index update"
|
||||||
|
rm go.mod go.sum
|
||||||
go get github.com/authelia/authelia/v4
|
go get github.com/authelia/authelia/v4
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue