We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b8607 commit 9893decCopy full SHA for 9893dec
Makefile
@@ -53,7 +53,7 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS) windows/amd64 darwin/amd64 darwin/arm64
53
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
54
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
55
56
-GO_VERSION ?= 1.25.5
+GO_VERSION ?= 1.25
57
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
58
59
RESTIC_VER := 0.17.3
0 commit comments