Skip to content

Commit

Permalink
require Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
potuz committed Jan 29, 2024
1 parent f469183 commit c7a0c50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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.14', '1.19', '1.20' ]
go: [ '1.20', '1.21' ]
name: Go ${{ matrix.go }} test
steps:
- name: Set up Go 1.x
Expand All @@ -30,4 +30,4 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -v ./...
run: go test -v ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/prysmaticlabs/gohashtree

go 1.17
go 1.20

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

0 comments on commit c7a0c50

Please sign in to comment.