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.
2 parents 20c89ec + 58786ae commit c6bb3c6Copy full SHA for c6bb3c6
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
go-version: ${{ matrix.go-version }}
15
- name: Checkout code
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
17
- name: Test
18
run: go test -v ./...
19
- name: Test Blake3
0 commit comments