ci(buildkite): fix index update post release (#2388)

pull/2390/head
Amir Zarrinkafsh 2021-09-17 20:59:41 +10:00 committed by GitHub
parent 26aa806e9c
commit 57a35abd3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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