File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,18 @@ following `gcloud` components:
7
7
- ` app-engine-go `
8
8
- ` cloud-datastore-emulator `
9
9
10
+ # Updating Instructions
11
+
12
+ - Bump the major version of Go in ` Dockerfile ` to the latest Go version i.e.
13
+ ` 1.24 `
14
+ - Bump the version of ` cloud-sdk ` in ` Dockerfile `
15
+ - Find the ` latest ` version [ here] [ gcloud ]
16
+ - Open a Pull Request with those changes
17
+ - Merge the Pull Request after review and tests pass
18
+ - Tag a release using the Go version as the naming convention i.e. ` 1.24.0 `
19
+ - Verify the tag was pushed to [ Docker Hub] [ dockerhub ]
20
+
10
21
[ actions ] : https://github.com/nytimes/golang-gcloud-sdk/actions
11
22
[ badge ] : https://github.com/nytimes/golang-gcloud-sdk/actions/workflows/build.yml/badge.svg
23
+ [ gcloud ] : https://gcr.io/google.com/cloudsdktool/cloud-sdk
24
+ [ dockerhub ] : https://hub.docker.com/r/nytimes/golang-gcloud-sdk
You can’t perform that action at this time.
0 commit comments