akamai / akamai-docker

Dockerfile for official Akamai's DevOps environment containing CLI packages and useful tools
Apache License 2.0
39 stars 15 forks source link

fix: update go package builds to satisfy golang 1.16 #50

Closed ynohat closed 3 years ago

ynohat commented 3 years ago

Go 1.16 enables modules by default. We now git clone packages and

Ideally, we'd detect the case appropriately but unsure how to do this at this point.

Additionally, this PR includes a change to docker login before building these images in an attempt to lift our docker pull quota restrictions.

Merged into dev already, here is the travis build: https://travis-ci.com/github/akamai/akamai-docker/builds/217525501

@javiergarza @akamaimike fyi, but not requiring your review for this PR