Skip to content

Commit

Permalink
Bump golang from 1.20 to 1.21
Browse files Browse the repository at this point in the history
Bumps golang from 1.20 to 1.21.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jgwest committed Sep 8, 2023
1 parent d98265e commit afabc95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# Note: Make sure you use '.dockerignore' to avoid local copy of binaries (e.g. controller-gen)
################################################################################################
FROM golang:1.20 as builder
FROM golang:1.21 as builder

ARG OS=linux
ARG ARCH=amd64
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# Note: Make sure you use '.dockerignore' to avoid local copy of binaries (e.g. controller-gen)
################################################################################################
FROM golang:1.20 as builder
FROM golang:1.21 as builder

ARG OS=linux
ARG ARCH=amd64
Expand Down

0 comments on commit afabc95

Please sign in to comment.