Skip to content

Commit

Permalink
Merge pull request #837 from PyAgni/update-release-1.3-go-1.23.2
Browse files Browse the repository at this point in the history
[1.3] Bump go version to 1.22.8
  • Loading branch information
ahrtr authored Oct 4, 2024
2 parents 81df7a3 + bdab671 commit e79ff94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
version: v1.60.1
version: v1.61.0

test-windows:
strategy:
Expand Down Expand Up @@ -90,7 +90,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-linux", "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.22.7
1.22.8
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.22

toolchain go1.22.7
toolchain go1.22.8

require (
github.com/stretchr/testify v1.8.1
Expand Down

0 comments on commit e79ff94

Please sign in to comment.