Skip to content

Commit

Permalink
Bump golang from 1.20 to 1.23 in /cmd/awscollector (#2797)
Browse files Browse the repository at this point in the history
Bumps golang from 1.20 to 1.23.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent e0a9532 commit 6efa05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/awscollector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apk --update add ca-certificates
# Build Stage #
# #
################################
FROM golang:1.20 AS prep-build
FROM golang:1.23 AS prep-build

ARG TARGETARCH

Expand Down

0 comments on commit 6efa05b

Please sign in to comment.