Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/gcb-docker-gcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG GO_VERSION=1.22.9
ARG GO_VERSION=1.23.4

FROM multiarch/qemu-user-static:7.2.0-1 AS qemu-image

Expand Down
2 changes: 1 addition & 1 deletion images/gcb-docker-gcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ combination of `docker`, `gcloud`, and `go` all in the same build step
## contents

- base:
- golang:1.22.9-alpine
- golang:1.23.4-alpine
- languages:
- `go`
- tools:
Expand Down