Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 919 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 919 Bytes

golang-gcloud-sdk

Build Status

A simple docker image containing gcloud, go and make. Includes the following gcloud components:

  • app-engine-go
  • cloud-datastore-emulator

Updating Instructions

  • Bump the major version of Go in Dockerfile to the latest Go version i.e. 1.24
  • Bump the version of cloud-sdk in Dockerfile
    • Find the latest version here
  • Open a Pull Request with those changes
  • Merge the Pull Request after review and tests pass
  • Tag a release using the Go version as the naming convention i.e. 1.24.0
  • Verify the tag was pushed to Docker Hub