We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3560d43 + a776b7a commit c4d002aCopy full SHA for c4d002a
1 file changed
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v6
19
- name: Setup go
20
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
21
with:
22
go-version: ${{ matrix.go }}
23
- run: go test ./...
0 commit comments