Skip to content

Commit 2a05ea7

Browse files
authored
Merge pull request #34159 from sbueringer/pr-bump-go-gcb-docker-gcloud
Bump gcb-docker-gcloud to Go 1.23.1
2 parents 365e944 + df34c67 commit 2a05ea7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/gcb-docker-gcloud/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
ARG GO_VERSION=1.22.9
15+
ARG GO_VERSION=1.23.4
1616

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

images/gcb-docker-gcloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ combination of `docker`, `gcloud`, and `go` all in the same build step
66
## contents
77

88
- base:
9-
- golang:1.22.9-alpine
9+
- golang:1.23.4-alpine
1010
- languages:
1111
- `go`
1212
- tools:

0 commit comments

Comments
 (0)