Skip to content

Commit af38f7b

Browse files
Bump golang
Bumps the centralized-golang-docker-deps group in /centralized-sampling-tests/sample-apps/golang-http-server with 1 update: golang. Updates `golang` from 1.21 to 1.23 --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor dependency-group: centralized-golang-docker-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 43e61e5 commit af38f7b

File tree

1 file changed

+1
-1
lines changed
  • centralized-sampling-tests/sample-apps/golang-http-server

1 file changed

+1
-1
lines changed

centralized-sampling-tests/sample-apps/golang-http-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 0 - Build Golang sample app
2-
FROM golang:1.21 as builder
2+
FROM golang:1.23 as builder
33

44
WORKDIR /app
55
COPY . .

0 commit comments

Comments
 (0)