Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#1212 from GoogleCloudPlatform/…
Browse files Browse the repository at this point in the history
…dependabot/docker/build/builder/golang-1.22.0

build(deps): bump golang from 1.21.6 to 1.22.0 in /build/builder
  • Loading branch information
google-oss-prow[bot] authored Feb 8, 2024
2 parents 3bb58f7 + 0aad4e4 commit b045288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# This Dockerfile builds an image containing builds of all the binaries built
# from source (manager, webhook, etc.)
FROM golang:1.21.6 AS builder
FROM golang:1.22.0 AS builder

# Copy in the Go source code
WORKDIR /go/src/github.com/GoogleCloudPlatform/k8s-config-connector
Expand Down

0 comments on commit b045288

Please sign in to comment.