File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM golang:1.23 as golang
1
+ FROM golang:1.24 as golang
2
2
3
- FROM gcr.io/google.com/cloudsdktool/cloud-sdk:491 .0.0
3
+ FROM gcr.io/google.com/cloudsdktool/cloud-sdk:513 .0.0
4
4
5
5
COPY --from=golang /usr/local/go/ /usr/local/go/
6
6
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