working bats tests

This commit is contained in:
Luigi Operoso 2024-03-11 10:56:20 +00:00
parent 549930bcd6
commit f1b1cbf4ec
3 changed files with 11 additions and 2 deletions

View File

@ -28,3 +28,12 @@ linters:
- nakedret
- nestif
- godot
- ifshort
- structcheck
- deadcode
- golint
- nosnakecase
- exhaustivestruct
- varcheck
- interfacer

View File

@ -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"

View File

@ -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