We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4432a commit df7a866Copy full SHA for df7a866
.github/workflows/pr.yml
@@ -6,7 +6,7 @@ jobs:
6
run-tests:
7
strategy:
8
matrix:
9
- go-version: [1.21.x, 1.22.x]
+ go-version: [1.22.x, 1.23.x]
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
@@ -19,7 +19,7 @@ jobs:
19
build-test-program:
20
21
22
23
24
25
go.mod
@@ -1,8 +1,8 @@
1
module github.com/blinklabs-io/gouroboros
2
3
-go 1.21
+go 1.22
4
5
-toolchain go1.21.5
+toolchain go1.22.8
require (
filippo.io/edwards25519 v1.1.0
0 commit comments