update go version

Signed-off-by: Daniel Grunberger <danielgrunberger@armosec.io>
This commit is contained in:
Daniel Grunberger
2023-11-27 09:37:13 +02:00
parent 08f3756608
commit bd79fe4d8d
5 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
COMPONENT_NAME: kubescape
CGO_ENABLED: 1
GO111MODULE: ""
GO_VERSION: "1.20"
GO_VERSION: "1.21"
RELEASE: "latest"
CLIENT: test
ARCH_MATRIX: '[ "" ]'
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
COMPONENT_NAME: kubescape
CGO_ENABLED: 1
GO111MODULE: ""
GO_VERSION: "1.20"
GO_VERSION: "1.21"
RELEASE: ${{ needs.retag.outputs.NEW_TAG }}
CLIENT: release
secrets: inherit
@@ -18,7 +18,7 @@ on:
GO_VERSION:
required: false
type: string
default: "1.20"
default: "1.21"
GO111MODULE:
required: false
type: string
@@ -53,7 +53,7 @@ on:
type: string
GO_VERSION:
type: string
default: "1.20"
default: "1.21"
GO111MODULE:
required: true
type: string
@@ -291,7 +291,7 @@ jobs:
CGO_ENABLED: 0
GO111MODULE: "on"
BUILD_PLATFORM: linux/amd64,linux/arm64
GO_VERSION: "1.20"
GO_VERSION: "1.21"
REQUIRED_TESTS: '[
"ks_microservice_create_2_cronjob_mitre_and_nsa_proxy",
"ks_microservice_triggering_with_cron_job",
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
CGO_ENABLED: 0
GO111MODULE: "on"
BUILD_PLATFORM: ${{ inputs.PLATFORMS && 'linux/amd64,linux/arm64' || 'linux/amd64' }}
GO_VERSION: "1.20"
GO_VERSION: "1.21"
REQUIRED_TESTS: '[]'
COSIGN: ${{ inputs.CO_SIGN }}
HELM_E2E_TEST: false