Skip to content

Commit

Permalink
Bump the centralized-golang-docker-deps group
Browse files Browse the repository at this point in the history
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.22

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 13, 2024
1 parent 08fd26d commit 64aa86f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 0 - Build Golang sample app
FROM golang:1.21 as builder
FROM golang:1.22 as builder

WORKDIR /app
COPY . .
Expand Down

0 comments on commit 64aa86f

Please sign in to comment.