build: add release.sh to manually trigger a release #19
Annotations
19 errors and 1 warning
test:
cmd/kuota-calc.go#L134
u.CPUMin undefined (type *calc.ResourceUsage has no field or method CPUMin)
|
test:
cmd/kuota-calc.go#L135
u.CPUMax undefined (type *calc.ResourceUsage has no field or method CPUMax)
|
test:
cmd/kuota-calc.go#L136
u.MemoryMin undefined (type *calc.ResourceUsage has no field or method MemoryMin)
|
test:
cmd/kuota-calc.go#L137
u.MemoryMax undefined (type *calc.ResourceUsage has no field or method MemoryMax)
|
test:
cmd/kuota-calc.go#L159
u.CPUMin undefined (type *calc.ResourceUsage has no field or method CPUMin)
|
test:
cmd/kuota-calc.go#L160
u.CPUMax undefined (type *calc.ResourceUsage has no field or method CPUMax)
|
test:
cmd/kuota-calc.go#L161
u.MemoryMin undefined (type *calc.ResourceUsage has no field or method MemoryMin)
|
test:
cmd/kuota-calc.go#L162
u.MemoryMax undefined (type *calc.ResourceUsage has no field or method MemoryMax)
|
test
Process completed with exit code 1.
|
lint:
cmd/kuota-calc.go#L134
u.CPUMin undefined (type *calc.ResourceUsage has no field or method CPUMin)
|
lint:
cmd/kuota-calc.go#L135
u.CPUMax undefined (type *calc.ResourceUsage has no field or method CPUMax)
|
lint:
cmd/kuota-calc.go#L136
u.MemoryMin undefined (type *calc.ResourceUsage has no field or method MemoryMin)
|
lint:
cmd/kuota-calc.go#L137
u.MemoryMax undefined (type *calc.ResourceUsage has no field or method MemoryMax)
|
lint:
cmd/kuota-calc.go#L159
u.CPUMin undefined (type *calc.ResourceUsage has no field or method CPUMin)
|
lint:
cmd/kuota-calc.go#L160
u.CPUMax undefined (type *calc.ResourceUsage has no field or method CPUMax)
|
lint:
cmd/kuota-calc.go#L161
u.MemoryMin undefined (type *calc.ResourceUsage has no field or method MemoryMin)
|
lint:
cmd/kuota-calc.go#L162
u.MemoryMax undefined (type *calc.ResourceUsage has no field or method MemoryMax) (typecheck)
|
lint:
main.go#L7
could not import github.com/druppelt/kuota-calc/cmd (-: # github.com/druppelt/kuota-calc/cmd
|
lint:
cmd/kuota-calc.go#L134
u.CPUMin undefined (type *calc.ResourceUsage has no field or method CPUMin)
|
test
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|