File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 4545 steps :
4646 - name : Checkout latest commit in the PR
4747 uses : actions/checkout@v3
48+ - name : Set up Go
49+ uses : actions/setup-go@v4
50+ with :
51+ go-version-file : go.mod
52+ check-latest : true
53+ cache-dependency-path : " **/go.sum"
4854 - name : Set up QEMU
4955 uses : docker/setup-qemu-action@v2
5056 - name : Set up Docker Buildx
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ MOCKGEN ?= $(LOCALBIN)/mockgen
144144
145145# # Tool Versions
146146KUSTOMIZE_VERSION ?= v5.4.3
147- CONTROLLER_TOOLS_VERSION ?= v0.16.3
147+ CONTROLLER_TOOLS_VERSION ?= v0.17.0
148148
149149KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
150150.PHONY : kustomize
@@ -181,6 +181,7 @@ GO_IMAGE_TAG=$(shell cat .go-version)
181181BUILD_IMAGE ?= public.ecr.aws/docker/library/golang:$(GO_IMAGE_TAG )
182182BASE_IMAGE ?= public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:latest.2
183183GO_RUNNER_IMAGE ?= public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-32-latest
184+
184185.PHONY : docker-buildx
185186docker-buildx : prepare-embed test
186187 for platform in $( ARCHS) ; do \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33kind : CustomResourceDefinition
44metadata :
55 annotations :
6- controller-gen.kubebuilder.io/version : v0.16.3
6+ controller-gen.kubebuilder.io/version : v0.17.0
77 name : policyendpoints.networking.k8s.aws
88spec :
99 group : networking.k8s.aws
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ require (
6262 golang.org/x/term v0.30.0 // indirect
6363 golang.org/x/text v0.23.0 // indirect
6464 golang.org/x/time v0.7.0 // indirect
65- golang.org/x/tools v0.28 .0 // indirect
65+ golang.org/x/tools v0.29 .0 // indirect
6666 gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
6767 google.golang.org/protobuf v1.36.1 // indirect
6868 gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtn
161161golang.org/x/tools v0.0.0-20200619180055-7c47624df98f /go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE =
162162golang.org/x/tools v0.0.0-20210106214847-113979e3529a /go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA =
163163golang.org/x/tools v0.1.1 /go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk =
164- golang.org/x/tools v0.28 .0 h1:WuB6qZ4RPCQo5aP3WdKZS7i595EdWqWR8vqJTlwTVK8 =
165- golang.org/x/tools v0.28 .0 /go.mod h1:dcIOrVd3mfQKTgrDVQHqCPMWy6lnhfhtX3hLXYVLfRw =
164+ golang.org/x/tools v0.29 .0 h1:Xx0h3TtM9rzQpQuR4dKLrdglAmCEN5Oi+P74JdhdzXE =
165+ golang.org/x/tools v0.29 .0 /go.mod h1:KMQVMRsVxU6nHCFXrBPhDB8XncLNLM0lIy/F14RP588 =
166166golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
167167golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
168168golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
You can’t perform that action at this time.
0 commit comments