Skip to content

Commit

Permalink
chore(deps): update checkoutservice
Browse files Browse the repository at this point in the history
  • Loading branch information
elastic-renovate-prod[bot] authored Dec 4, 2024
1 parent bca2882 commit c19aed3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/checkoutservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0


FROM golang:1.22-alpine AS builder
FROM golang:1.23-alpine AS builder

WORKDIR /usr/src/app/

Expand Down
2 changes: 1 addition & 1 deletion src/checkoutservice/genproto/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

FROM golang:1.22-alpine
FROM golang:1.23-alpine

WORKDIR /build

Expand Down
2 changes: 1 addition & 1 deletion src/checkoutservice/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/open-telemetry/opentelemetry-demo/src/checkoutservice

go 1.22.7

toolchain go1.22.9
toolchain go1.23.4

require (
github.com/IBM/sarama v1.43.3
Expand Down

0 comments on commit c19aed3

Please sign in to comment.