TriggerMail / rules_pyz

Bazel Python rules that package everything in an executable zip
Apache License 2.0
29 stars 19 forks source link

.circleci/config.yml: Update to latest golang to fix apt-get install #58

Closed evanj closed 5 years ago

evanj commented 5 years ago

This was failing with:

sudo apt-get install --yes python3-minimal
...
E: Failed to fetch http://deb.debian.org/debian/pool/main/p/python3.5/libpython3.5-minimal_3.5.3-1_amd64.deb  404  Not Found
E: Failed to fetch http://deb.debian.org/debian/pool/main/p/python3.5/python3.5-minimal_3.5.3-1_amd64.deb  404  Not Found
E: Failed to fetch http://deb.debian.org/debian/pool/main/p/python3.5/libpython3.5-stdlib_3.5.3-1_amd64.deb  404  Not Found
E: Failed to fetch http://deb.debian.org/debian/pool/main/p/python3.5/python3.5_3.5.3-1_amd64.deb  404  Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Exited with code 100