-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ ARG GOLANG_SHA256_S390X=7a75ba4afc7a96058ca65903d994cd862381825d7dca12b2183f087c | |
|
||
ARG CONTAINERREGISTRY_VERSION=v0.16.1 | ||
ARG GO_LINT_VERSION=v1.55.2 | ||
ARG K8S_VERSION=v1.27.7 | ||
ARG K8S_VERSION=v1.27.8 | ||
ARG MOCKERY_VERSION=2.36.1 | ||
|
||
ARG CALICO_CONTROLLER_TOOLS_VERSION=calico-0.1 | ||
|
@@ -170,13 +170,13 @@ RUN go install github.com/onsi/ginkgo/v2/[email protected] && mv /go/bin/ginkgo /go | |
go install golang.org/x/tools/cmd/[email protected] && \ | ||
go install golang.org/x/tools/cmd/[email protected] && \ | ||
go install gotest.tools/[email protected] && \ | ||
go install k8s.io/code-generator/cmd/[email protected].7 && \ | ||
go install k8s.io/code-generator/cmd/[email protected].7 && \ | ||
go install k8s.io/code-generator/cmd/[email protected].7 && \ | ||
go install k8s.io/code-generator/cmd/[email protected].7 && \ | ||
go install k8s.io/code-generator/cmd/[email protected].7 && \ | ||
go install k8s.io/code-generator/cmd/[email protected].7 && \ | ||
go install k8s.io/code-generator/cmd/[email protected].7 && \ | ||
go install k8s.io/code-generator/cmd/[email protected].8 && \ | ||
go install k8s.io/code-generator/cmd/[email protected].8 && \ | ||
go install k8s.io/code-generator/cmd/[email protected].8 && \ | ||
go install k8s.io/code-generator/cmd/[email protected].8 && \ | ||
go install k8s.io/code-generator/cmd/[email protected].8 && \ | ||
go install k8s.io/code-generator/cmd/[email protected].8 && \ | ||
go install k8s.io/code-generator/cmd/[email protected].8 && \ | ||
go clean -modcache && go clean -cache | ||
|
||
# Ensure that everything under the GOPATH is writable by everyone | ||
|