Skip to content

nytimes/golang-gcloud-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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