We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8175ed5 commit f248e2bCopy full SHA for f248e2b
1 file changed
.github/workflows/go.yml
@@ -24,16 +24,6 @@ jobs:
24
with:
25
go-version: ${{ matrix.go }}
26
27
- - name: Setup go module cache
28
- uses: actions/cache@v4
29
- with:
30
- path: |
31
- ~/.cache/go-build
32
- ~/go/pkg/mod
33
- key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
34
- restore-keys: |
35
- ${{ runner.os }}-go-
36
-
37
- name: Lint
38
run: diff -u <(echo -n) <(task lint)
39
0 commit comments