Skip to content

Commit

Permalink
Update go to 1.20.12
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Nagel <micah.nagel@defenseunicorns.com>
  • Loading branch information
mjnagel authored and fedepaol committed Dec 18, 2023
1 parent 9f2f6c7 commit cb39f24
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configmaptocrs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.2

FROM --platform=$BUILDPLATFORM docker.io/golang:1.20.10 AS builder
FROM --platform=$BUILDPLATFORM docker.io/golang:1.20.12 AS builder
WORKDIR $GOPATH/go.universe.tf/metallb

RUN --mount=type=cache,target=/go/pkg/mod/ \
Expand Down
2 changes: 1 addition & 1 deletion controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.2

FROM --platform=$BUILDPLATFORM docker.io/golang:1.20.10 AS builder
FROM --platform=$BUILDPLATFORM docker.io/golang:1.20.12 AS builder
WORKDIR $GOPATH/go.universe.tf/metallb

RUN --mount=type=cache,target=/go/pkg/mod/ \
Expand Down
2 changes: 1 addition & 1 deletion speaker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.2

FROM --platform=$BUILDPLATFORM docker.io/golang:1.20.10 AS builder
FROM --platform=$BUILDPLATFORM docker.io/golang:1.20.12 AS builder
WORKDIR $GOPATH/go.universe.tf/metallb

RUN --mount=type=cache,target=/go/pkg/mod/ \
Expand Down
3 changes: 2 additions & 1 deletion website/content/release-notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Chores:
- Move webhooks out of API package ([PR 2193](https://github.com/metallb/metallb/pull/2193))
- Support running the e2es on frr-k8s deployments ([PR 2180](https://github.com/metallb/metallb/pull/2180))
- E2E: Receive prefixes using frr-k8s alongside MetalLB ([PR 2211](https://github.com/metallb/metallb/pull/2211))
- Images updated to Go 1.20.12 ([PR 2213](https://github.com/metallb/metallb/pull/2213))
- CI/E2E: Relabel the frr metrics from frr-k8s to show as MetalLB's ([PR 2210](https://github.com/metallb/metallb/pull/2210))

## Version 0.13.12
Expand All @@ -22,7 +23,7 @@ Chores:
- Disable http2 on the webhook listener
- Bump the kubernetes dependencies

This release includes contributions from Federico Paolinelli, Ori Braunshtein, Micha Nagel
This release includes contributions from Federico Paolinelli, Ori Braunshtein, Micah Nagel

## Version 0.13.11

Expand Down

0 comments on commit cb39f24

Please sign in to comment.