Skip to content

Commit

Permalink
Bump go version to 1.23.2
Browse files Browse the repository at this point in the history
Signed-off-by: Agni <[email protected]>
  • Loading branch information
PyAgni committed Oct 2, 2024
1 parent 9071fa9 commit bb99366
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/tests_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.1
1.23.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb99366

Please sign in to comment.