Skip to content

Commit

Permalink
Update to Go 1.22 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
nisdas authored Jun 24, 2024
1 parent c70fcc9 commit 7363238
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.20', '1.21' ]
go: [ '1.21', '1.22' ]
name: Go ${{ matrix.go }} test
steps:
- name: Set up Go 1.x
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/prysmaticlabs/gohashtree

go 1.20
go 1.22

toolchain go1.22.4

require (
github.com/klauspost/cpuid/v2 v2.0.9
Expand Down

0 comments on commit 7363238

Please sign in to comment.