diff --git a/Makefile b/Makefile index b83ad5c..3dc3c96 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ ARCH := $(if $(GOARCH),$(GOARCH),$(shell GOTOOLCHAIN=local go env GOARCH)) TAG := $(VERSION)__$(OS)_$(ARCH) -GO_VERSION := 1.24 +GO_VERSION := 1.25 BUILD_IMAGE := golang:$(GO_VERSION)-alpine BIN_EXTENSION := diff --git a/devbox.json b/devbox.json index fa8b24a..f07cd74 100644 --- a/devbox.json +++ b/devbox.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.6/.schema/devbox.schema.json", "packages": [ "gnumake@4.4.1", - "go@1.24.3", + "go@1.25.7", "golangci-lint@2.1.6", "kpt@1.0.0-beta.55", "yq@3.4.3" diff --git a/go.mod b/go.mod index d83918a..13653a4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/krm-functions/catalog -go 1.24.0 +go 1.25.0 require ( github.com/GoogleContainerTools/kpt-functions-catalog/functions/go/apply-setters v0.2.0