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 01d8032 commit b8771fbCopy full SHA for b8771fb
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go 1.x
17
uses: actions/setup-go@v2
18
with:
19
- go-version: ^1.20
+ go-version: ^1.21
20
id: go
21
22
- name: Check out code into the Go module directory
go.mod
@@ -3,7 +3,7 @@
3
4
module github.com/symbolicsoft/kyber-k2so
5
6
-go 1.20
+go 1.21
7
8
require golang.org/x/crypto v0.16.0
9
0 commit comments