From e0145d0fbc8f6ae936da9d646ae8d1865d67ddb8 Mon Sep 17 00:00:00 2001 From: nitesh3108 Date: Wed, 21 Feb 2024 05:14:20 -0500 Subject: [PATCH] Update go version to 1.22 Signed-off-by: nitesh3108 --- .github/workflows/actions.yml | 4 ++-- .github/workflows/linters.yaml | 2 +- go.mod | 2 +- tests/e2e/go.mod | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 004110707..10ee5593a 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -90,10 +90,10 @@ jobs: env: BASE_IMG : ubuntu:latest steps: - - name: Set up Go 1.21+ + - name: Set up Go 1.22+ uses: actions/setup-go@v4 with: - go-version: ^1.21 + go-version: ^1.22 id: go - name: Checkout the code uses: actions/checkout@v3 diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 618c46f7e..e98412f61 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/setup-go@v4 with: - go-version: "1.21" + go-version: "1.22" cache: false - name: Checkout the code uses: actions/checkout@v3.2.0 diff --git a/go.mod b/go.mod index 7f145f15c..10cb15382 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/dell/csm-operator -go 1.21 +go 1.22 require ( github.com/cert-manager/cert-manager v1.12.3 diff --git a/tests/e2e/go.mod b/tests/e2e/go.mod index 9b0e33553..9b39b5712 100644 --- a/tests/e2e/go.mod +++ b/tests/e2e/go.mod @@ -1,6 +1,6 @@ module github.com/dell/csm-operator/tests/e2e -go 1.21 +go 1.22 require ( github.com/dell/csm-operator v0.0.0