diff --git a/.drone.yml b/.drone.yml index d517f0d..e991cd4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -74,9 +74,10 @@ name: translations steps: - name: validate - image: ubuntu:22.04 + image: golang:1.20 + pull: always commands: - - apt update && apt -y install jq make + - apt update && apt -y install jq - make validate-translations trigger: @@ -391,6 +392,6 @@ depends_on: - migrations-manifest --- kind: signature -hmac: 8726b4787be3c0dec9ef810558be23289f56bdbb5c2d05623a4156084974450c +hmac: 4fa2583c281aacc0e4d0dc87296a2ce6ff7facf71d1ce2e9f5d4157b35635d4f ...