chore(deps): update kubernetes packages to v0.31.0 - autoclosed #45
Annotations
1 error
Autobuild
We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. Failure invoking /opt/hostedtoolcache/CodeQL/2.15.4-v2.15.4/x64/codeql/go/tools/autobuild.sh with arguments .
Exit code 1 and error was:
2023/12/15 05:14:27 Autobuilder was built with go1.21.4, environment has go1.20.12
2023/12/15 05:14:27 LGTM_SRC is /home/runner/work/gc-controller/gc-controller
2023/12/15 05:14:27 Found go.mod, enabling go modules
go: errors parsing go.mod:
/home/runner/work/gc-controller/gc-controller/go.mod:5: unknown directive: toolchain
2023/12/15 05:14:27 Running /usr/bin/go failed, continuing anyway: exit status 1
2023/12/15 05:14:27 Failed to run `go mod tidy -e`
2023/12/15 05:14:27 Import path is 'github.com/DoodleScheduling/gc-controller'
2023/12/15 05:14:27 Makefile found.
2023/12/15 05:14:27 Trying build command make []
go: creating new go.mod: module tmp
go: downloading sigs.k8s.io/controller-tools v0.12.0
go: downloading github.com/spf13/cobra v1.7.0
go: downloading github.com/gobuffalo/flect v1.0.2
go: downloading k8s.io/apiextensions-apiserver v0.27.1
go: downloading k8s.io/apimachinery v0.27.1
go: downloading golang.org/x/tools v0.8.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/fatih/color v1.15.0
go: downloading k8s.io/api v0.27.1
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading sigs.k8s.io/yaml v1.3.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading k8s.io/utils v0.0.0-20230209194617-a36077c30491
go: downloading github.com/google/gofuzz v1.1.0
go: downloading k8s.io/klog/v2 v2.90.1
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.17
go: downloading golang.org/x/sys v0.7.0
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/go-logr/logr v1.2.3
go: downloading github.com/json-iterator/go v1.1.12
go: downloading golang.org/x/mod v0.10.0
go: downloading golang.org/x/net v0.9.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading golang.org/x/text v0.9.0
Error: load packages in root "/home/runner/work/gc-controller/gc-controller": err: exit status 1: stderr: go: errors parsing go.mod:
/home/runner/work/gc-controller/gc-controller/go.mod:5: unknown directive: toolchain
Usage:
controller-gen [flags]
Examples:
# Generate RBAC manifests and crds for all types under apis/,
# outputting crds to /tmp/crds and everything else to stdout
controller-gen rbac:roleName=<role name> crd paths=./apis/... output:crd:dir=/tmp/crds output:stdout
# Generate deepcopy/runtime.Object implementations for a particular file
controller-gen object paths=./apis/v1beta1/some_types.go
# Generate OpenAPI v3 schemas for API packages and merge them into existing CRD manifests
controller-gen schemapatch:manifests=./manifests output:dir=./manifests paths=./pkg/apis/...
# Run all the generators for a given project
controller-gen paths=./apis/...
# Explain the markers for generating CRDs, and their arguments
controller-gen crd -ww
Flags:
-h, --detailed-help count print out more detailed help
(up to -hhh for the most detailed output, or -hhhh for json output)
--help print out usage and a summary of options
--version show version
-w, --which-markers count print out all markers available with the requested generators
(up to -www for the most detailed output, or -wwww for json output)
Options
generators
+webhook[:headerFile=<string>][,year=<string>] package generates (partial) {Mutating,Validating}WebhookConfiguration objects.
|
The logs for this run have expired and are no longer available.
Loading