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 7778eeb + 7b61cbc commit 806cb2cCopy full SHA for 806cb2c
.github/workflows/ci.yaml
@@ -21,6 +21,6 @@ jobs:
21
with:
22
go-version: ${{ matrix.go-version }}
23
- name: Checkout code
24
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
25
- name: Run tests
26
run: go test -v -covermode=count ./...
0 commit comments