all: update dependencies and module version

This should bring in a faster golang.org/x/crypto/curve25519.
This commit is contained in:
Filippo Valsorda
2021-09-05 01:55:46 +02:00
parent fda89073cd
commit 36b0a4f611
4 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [1.15.x, 1.16.x]
go: [1.16.x, 1.17.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps: