diff --git a/.github/workflows/00-pr-scanner.yaml b/.github/workflows/00-pr-scanner.yaml index bf607367..f01c557d 100644 --- a/.github/workflows/00-pr-scanner.yaml +++ b/.github/workflows/00-pr-scanner.yaml @@ -65,7 +65,7 @@ jobs: COMPONENT_NAME: kubescape CGO_ENABLED: 0 GO111MODULE: "" - GO_VERSION: "1.21" + GO_VERSION: "1.23" RELEASE: "latest" CLIENT: test secrets: inherit diff --git a/.github/workflows/02-release.yaml b/.github/workflows/02-release.yaml index 6da12418..7ea3b8c7 100644 --- a/.github/workflows/02-release.yaml +++ b/.github/workflows/02-release.yaml @@ -37,7 +37,7 @@ jobs: COMPONENT_NAME: kubescape CGO_ENABLED: 0 GO111MODULE: "" - GO_VERSION: "1.21" + GO_VERSION: "1.23" RELEASE: ${{ needs.retag.outputs.NEW_TAG }} CLIENT: release secrets: inherit diff --git a/.github/workflows/a-pr-scanner.yaml b/.github/workflows/a-pr-scanner.yaml index 29049e37..bb71ea13 100644 --- a/.github/workflows/a-pr-scanner.yaml +++ b/.github/workflows/a-pr-scanner.yaml @@ -39,7 +39,6 @@ jobs: name: Installing go with: go-version: ${{ inputs.GO_VERSION }} - cache: true - name: Test core pkg run: ${{ env.DOCKER_CMD }} go test -v ./... @@ -93,8 +92,7 @@ jobs: - uses: actions/setup-go@v4 name: Installing go with: - go-version: '1.21' - cache: true + go-version: "1.23" - name: Scanning - Forbidden Licenses (go-licenses) id: licenses-scan continue-on-error: true diff --git a/.github/workflows/b-binary-build-and-e2e-tests.yaml b/.github/workflows/b-binary-build-and-e2e-tests.yaml index a8e25a02..918020ef 100644 --- a/.github/workflows/b-binary-build-and-e2e-tests.yaml +++ b/.github/workflows/b-binary-build-and-e2e-tests.yaml @@ -163,7 +163,6 @@ jobs: name: Installing go with: go-version: ${{ inputs.GO_VERSION }} - cache: true - name: (debug) Step 3 - Check disk space before build run: df -h diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index f9be2065..5a7a43a3 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -33,7 +33,7 @@ jobs: CGO_ENABLED: 0 GO111MODULE: "on" BUILD_PLATFORM: ${{ inputs.PLATFORMS && 'linux/amd64,linux/arm64' || 'linux/amd64' }} - GO_VERSION: "1.21" + GO_VERSION: "1.23" REQUIRED_TESTS: '[]' COSIGN: ${{ inputs.CO_SIGN }} HELM_E2E_TEST: false