From 637c8f014d1c36b09dacfe61780dd6739ec071d5 Mon Sep 17 00:00:00 2001 From: "csm-release[bot]" <183133423+csm-release[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:25:35 +0530 Subject: [PATCH] Update go version to 1.23 (#57) Co-authored-by: csm-release[bot] <183133423+csm-release[bot]@users.noreply.github.com> --- .github/workflows/actions.yml | 2 +- .github/workflows/linters.yaml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 35e2ece..2ecb60f 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -63,7 +63,7 @@ jobs: - name: Set up Go latest uses: actions/setup-go@v5 with: - go-version: "stable" + go-version: "1.23" id: go - name: Checkout the code uses: actions/checkout@v4 diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 6e8a6ca..c2762d2 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: "1.22" + go-version: "1.23" cache: false - name: Checkout the code uses: actions/checkout@v4 diff --git a/go.mod b/go.mod index 798d6e4..ef4d158 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/dell/csm-metrics-powerscale -go 1.22.0 +go 1.23 require ( github.com/dell/goisilon v1.16.1