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