Skip to content

Commit

Permalink
chore(deps): bump golang from 1.23.3 to 1.23.4
Browse files Browse the repository at this point in the history
Bumps golang from 1.23.3 to 1.23.4.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent dc6a00a commit e7addaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.chall-manager-janitor.scratch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.23.3 AS builder
FROM golang:1.23.4 AS builder

WORKDIR /go/src
COPY go.mod go.sum ./
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.chall-manager.scratch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.23.3 AS builder
FROM golang:1.23.4 AS builder

WORKDIR /go/src
COPY go.mod go.sum ./
Expand Down

0 comments on commit e7addaa

Please sign in to comment.