Skip to content

Commit 36dedba

Browse files
Bump golang from 1.22 to 1.23 in /event-exporter
Bumps golang from 1.22 to 1.23. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c1a05a4 commit 36dedba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event-exporter/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-
FROM --platform=$BUILDPLATFORM golang:1.22 as builder
15+
FROM --platform=$BUILDPLATFORM golang:1.23 as builder
1616
WORKDIR ${GOPATH}/src/github.com/GoogleCloudPlatform/k8s-stackdriver/event-exporter
1717
COPY . ./
1818

0 commit comments

Comments
 (0)