Skip to content

Commit

Permalink
fips compliance update
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbarge committed Dec 11, 2024
1 parent 4fe84aa commit 708bde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ platform_temp = $(subst -, ,$(ARCH))
GOOS = $(word 1, $(platform_temp))
GOARCH = $(word 2, $(platform_temp))

BUILDER_IMAGE := golang:1.18
BUILDER_IMAGE := golang:1.23
PLUGIN_DOCKERFILE ?= Dockerfile-plugin
DATAMGR_DOCKERFILE ?= Dockerfile-datamgr
BACKUPDRIVER_DOCKERFILE ?= Dockerfile-backup-driver
Expand Down

0 comments on commit 708bde2

Please sign in to comment.