From cdb2330d751cc03dfcb07b8e45dabfecf0157712 Mon Sep 17 00:00:00 2001 From: "csm-release[bot]" <183133423+csm-release[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:14:27 +0000 Subject: [PATCH] Update go version to 1.23.2 --- .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..b2fee37 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.2" cache: false - name: Checkout the code uses: actions/checkout@v4 diff --git a/go.mod b/go.mod index cf77235..91a28f9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/dell/gofsutil -go 1.22 +go 1.23.2 require ( github.com/sirupsen/logrus v1.9.3