Skip to content

Commit

Permalink
Bump the go version
Browse files Browse the repository at this point in the history
Bumping to latest 1.22 and run go mod tidy

Signed-off-by: Federico Paolinelli <[email protected]>
  • Loading branch information
fedepaol committed Feb 14, 2025
1 parent 419ebaf commit 7462360
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.22 AS builder
FROM --platform=$BUILDPLATFORM docker.io/golang:1.22.12 AS builder
ARG GIT_COMMIT=dev
ARG GIT_BRANCH=dev

Expand Down
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
module github.com/metallb/metallb-operator

go 1.22.0

toolchain go1.22.5
go 1.22.12

require (
github.com/Masterminds/semver v1.5.0
github.com/go-logr/logr v1.4.1
github.com/golang/glog v1.2.1
github.com/google/go-cmp v0.6.0
Expand All @@ -25,7 +24,6 @@ require (

require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Microsoft/hcsshim v0.11.4 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
Expand Down

0 comments on commit 7462360

Please sign in to comment.