From bb993663a7aece02871967eaf5051ee71901e1aa Mon Sep 17 00:00:00 2001 From: Agni Date: Wed, 2 Oct 2024 23:57:59 +0530 Subject: [PATCH] Bump go version to 1.23.2 Signed-off-by: Agni --- .github/workflows/tests-template.yml | 2 +- .github/workflows/tests_windows.yml | 2 +- .go-version | 2 +- go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests-template.yml b/.github/workflows/tests-template.yml index 2d1cdd7ca..3c22fd221 100644 --- a/.github/workflows/tests-template.yml +++ b/.github/workflows/tests-template.yml @@ -54,4 +54,4 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0 with: - version: v1.60.1 + version: v1.61.0 diff --git a/.github/workflows/tests_windows.yml b/.github/workflows/tests_windows.yml index eed55a8da..31c637712 100644 --- a/.github/workflows/tests_windows.yml +++ b/.github/workflows/tests_windows.yml @@ -42,7 +42,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0 with: - version: v1.60.1 + version: v1.61.0 coverage: needs: ["test-windows"] diff --git a/.go-version b/.go-version index 49e0a31d4..14bee92c9 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.23.1 +1.23.2 diff --git a/go.mod b/go.mod index 24fadec27..7a2b68d16 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module go.etcd.io/bbolt go 1.23 -toolchain go1.23.1 +toolchain go1.23.2 require ( github.com/spf13/cobra v1.8.1