diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25f0d8547..cd9f9c5fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,10 @@ jobs: name: Build runs-on: ubuntu-24.04 steps: - - name: Set up Go 1.24 + - name: Set up Go 1.25 uses: actions/setup-go@v5 with: - go-version: '1.24' + go-version: '1.25' id: go - uses: actions/checkout@v4 diff --git a/Makefile b/Makefile index a03d2f8ef..1aa5cd994 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH)) BASEIMAGE_PROD ?= gcr.io/distroless/static-debian12 BASEIMAGE_DBG ?= debian:12 -GO_VERSION ?= 1.24 +GO_VERSION ?= 1.25 BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION) OUTBIN = bin/$(OS)_$(ARCH)/$(BIN) diff --git a/api/v1/cluster_enum.go b/api/v1/cluster_enum.go index aac6b91b0..5bc4ce87c 100644 --- a/api/v1/cluster_enum.go +++ b/api/v1/cluster_enum.go @@ -1,8 +1,7 @@ // Code generated by go-enum DO NOT EDIT. -// Version: -// Revision: -// Build Date: -// Built By: +// Version: v0.9.1 + +// Built By: go install package v1 diff --git a/api/v1/object_enum.go b/api/v1/object_enum.go index 954a1ef8b..e82683596 100644 --- a/api/v1/object_enum.go +++ b/api/v1/object_enum.go @@ -1,8 +1,7 @@ // Code generated by go-enum DO NOT EDIT. -// Version: -// Revision: -// Build Date: -// Built By: +// Version: v0.9.1 + +// Built By: go install package v1