From d3c4b10b5e9240e5bb306f97a9a39dfc75da70b9 Mon Sep 17 00:00:00 2001 From: "csm-release[bot]" <183133423+csm-release[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:02:21 +0000 Subject: [PATCH] Update go version to 1.23 --- .github/workflows/linters.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 6a88be7..0dd3bb0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/dell/gobrick -go 1.22 +go 1.23 require ( github.com/dell/goiscsi v1.9.0