Skip to content

Commit cc41cbb

Browse files
authored
Merge pull request #957 from Elbehery/1.4_20250507-bump-go-1.23.9
[release-1.4] Bump Go to 1.23.9
2 parents 9cc5602 + 219ce53 commit cc41cbb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
- name: golangci-lint
5555
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
5656
with:
57-
version: v1.61.0
57+
version: v1.64.8

.github/workflows/tests_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: golangci-lint
4343
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
4444
with:
45-
version: v1.61.0
45+
version: v1.64.8
4646

4747
coverage:
4848
needs: ["test-windows"]

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.8
1+
1.23.9

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module go.etcd.io/bbolt
22

33
go 1.23
44

5-
toolchain go1.23.8
5+
toolchain go1.23.9
66

77
require (
88
github.com/spf13/cobra v1.8.1

0 commit comments

Comments
 (0)