File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ ARG TARGETPLATFORM
1313# For native builds: CGO_ENABLED=1 with full FIPS OpenSSL support
1414# For cross-builds: CGO_ENABLED=0 with pure Go FIPS (strictfipsruntime)
1515ENV GOEXPERIMENT=strictfipsruntime
16+ ENV GOTOOLCHAIN=auto
1617
1718WORKDIR /workspace
1819# Copy the Go Modules manifests
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ vet: ## Run go vet against code.
141141
142142.PHONY : test
143143test : manifests generate fmt vet envtest # # Run tests. Use TEST_PKGS and TEST_FLAGS to customize.
144- GOTOOLCHAIN=go1.25.5 +auto KUBEBUILDER_ASSETS=" $( shell $( ENVTEST) use $( ENVTEST_K8S_VERSION) --bin-dir $( LOCALBIN) -p path) " go test $(TEST_PKGS ) $(TEST_FLAGS )
144+ GOTOOLCHAIN=go1.25.8 +auto KUBEBUILDER_ASSETS=" $( shell $( ENVTEST) use $( ENVTEST_K8S_VERSION) --bin-dir $( LOCALBIN) -p path) " go test $(TEST_PKGS ) $(TEST_FLAGS )
145145
146146.PHONY : test-e2e
147147test-e2e : # # Run e2e tests
Original file line number Diff line number Diff line change 11module github.com/llamastack/llama-stack-k8s-operator
22
3- go 1.25.5
3+ go 1.25.8
44
55require (
66 github.com/go-logr/logr v1.4.3
You can’t perform that action at this time.
0 commit comments