Skip to content

Commit

Permalink
Merge pull request #836 from PyAgni/update-go-1.23.2
Browse files Browse the repository at this point in the history
Bump go version to 1.23.2
  • Loading branch information
ahrtr authored Oct 4, 2024
2 parents 9071fa9 + bb99366 commit ef74b86
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 ef74b86

Please sign in to comment.