We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d75cb5 commit d4b5e55Copy full SHA for d4b5e55
.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v2
17
with:
18
- go-version: 1.16
+ go-version: 1.22
19
20
- name: Unit tests
21
run: go test -v -coverprofile=cover.out ./...
go.mod
@@ -1,5 +1,5 @@
1
module github.com/bobg/merkle/v2
2
3
-go 1.14
+go 1.20
4
5
require golang.org/x/crypto v0.25.0
0 commit comments