diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index fbfd7ae..dd2d893 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -64,7 +64,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 c7bc0e7..9a89ecc 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/dell/csm-metrics-powerstore go 1.23 -toolchain go1.23.1 +toolchain go1.23.2 require ( github.com/dell/gocsi v1.11.0