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 79f0076 commit d94eb8fCopy full SHA for d94eb8f
.github/workflows/test-go.yml
@@ -30,6 +30,7 @@ jobs:
30
uses: actions/setup-go@v6
31
with:
32
go-version: ${{ matrix.go }}
33
+ cache-dependency-path: go/go.sum
34
- name: lint
35
working-directory: go
36
run: gofmt -w .
0 commit comments