working bats tests
This commit is contained in:
parent
549930bcd6
commit
f1b1cbf4ec
|
|
@ -28,3 +28,12 @@ linters:
|
|||
- nakedret
|
||||
- nestif
|
||||
- godot
|
||||
- ifshort
|
||||
- structcheck
|
||||
- deadcode
|
||||
- golint
|
||||
- nosnakecase
|
||||
- exhaustivestruct
|
||||
- varcheck
|
||||
- interfacer
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ API_VERSION_NEXT="v1alpha3"
|
|||
API_VERSION="v1alpha2"
|
||||
CLUSTER_DOMAIN="cluster.local"
|
||||
GEN_CRD_API="gen-crd-api-reference-docs"
|
||||
GO_VERSION="1.15.6"
|
||||
GO_VERSION="1.20.14"
|
||||
HELM_VERSION="3.12.3"
|
||||
IMAGE_PULL_MODE="local"
|
||||
KIND_CLUSTER_NAME="jenkins"
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ VERSION_TAG := $(VERSION)
|
|||
LATEST_TAG := latest
|
||||
BUILD_TAG := $(GITBRANCH)-$(GITCOMMIT)
|
||||
|
||||
BUILD_PATH := ./
|
||||
BUILD_PATH := ./cmd/main.go
|
||||
|
||||
# CONTAINER_RUNTIME_COMMAND is Container Runtime - it could be docker or podman
|
||||
CONTAINER_RUNTIME_COMMAND := docker
|
||||
|
|
|
|||
Loading…
Reference in New Issue