Skip to content

Commit

Permalink
Temporarily use custom v0.89 go-build image for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
coutinhop committed Nov 21, 2024
1 parent 2d971e0 commit aaa3165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ endif
# we do not need to use the arch since go-build:v0.15 now is multi-arch manifest
GO_BUILD_IMAGE ?= calico/go-build
#CALICO_BUILD = $(GO_BUILD_IMAGE):$(GO_BUILD_VER)
CALICO_BUILD = quay.io/coutinho/calico-go-build:v0.92 # TODO: remove this
CALICO_BUILD = quay.io/coutinho/calico-go-build:v0.89 # TODO: remove this


# We use BoringCrypto as FIPS validated cryptography in order to allow users to run in FIPS Mode (amd64 only).
Expand Down
2 changes: 1 addition & 1 deletion metadata.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#################################################################################################

# The version of github.com/projectcalico/go-build to use.
GO_BUILD_VER = v0.92
GO_BUILD_VER = v0.89
# Env var to ACK Ginkgo deprecation warnings, may need updating with go-build.
ACK_GINKGO=ACK_GINKGO_DEPRECATIONS=1.16.5

Expand Down

0 comments on commit aaa3165

Please sign in to comment.