From f0fa18f9674867efe0a2cbba43100d0812663def Mon Sep 17 00:00:00 2001 From: Jawed khelil Date: Fri, 27 Oct 2023 10:44:03 +0200 Subject: [PATCH] bump go version on ci --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efb5b57f..ef9f8661 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,7 @@ jobs: uses: golangci/golangci-lint-action@v2 with: args: --timeout=10m + skip-pkg-cache: true e2e: strategy: fail-fast: false @@ -62,7 +63,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: 1.19.x + go-version: 1.21.x cache: true check-latest: true - name: Install kubectl