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 153414b commit 1fcdbd4Copy full SHA for 1fcdbd4
.github/workflows/go-test.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v5
24
with:
25
submodules: true
26
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
27
28
go-version: ${{ matrix.go-version }}
29
- name: go-test
.github/workflows/golangci-lint.yml
runs-on: ${{ matrix.platform }}
steps:
- name: golangci-lint
0 commit comments