From 1c8b6d52821ae0ba8d9e47bedb6e58daa96f5c35 Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Wed, 18 Sep 2024 09:48:25 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20update=20CI=20go=20and=20linter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ivan Milchev --- .github/env | 2 +- .github/workflows/lint.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/env b/.github/env index 1fdd0874..dce937c0 100644 --- a/.github/env +++ b/.github/env @@ -1,4 +1,4 @@ -golang-version=1.22.2 +golang-version=1.23.1 operator-sdk-version=v1.33.0 MONDOO_ORG_MRN=//captain.api.mondoo.app/organizations/mondoo-operator-testing MONDOO_GQL_ENDPOINT=https://api.mondoo.com/query diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index eb66ba34..1d753c16 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -27,7 +27,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.54 + version: latest args: --timeout=20m0s license-check: