diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index d91c870..0b73752 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -61,7 +61,7 @@ jobs: - name: Set up Go latest uses: actions/setup-go@v5 with: - go-version: "stable" + go-version: "1.23" cache: false id: go - name: Checkout the code 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 229cb89..c299e5f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/dell/karavi-metrics-powerflex -go 1.22.0 +go 1.23 require ( github.com/dell/goscaleio v1.16.0