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.
1 parent 7ffbd39 commit 62b4774Copy full SHA for 62b4774
.github/workflows/test-go.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- uses: actions/checkout@v5
29
- name: Set up Go
30
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
31
with:
32
go-version: ${{ matrix.go }}
33
- name: lint
0 commit comments