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 9676000 commit 0453d7eCopy full SHA for 0453d7e
.github/actions/setup-go/action.yaml
@@ -46,7 +46,7 @@ runs:
46
uses: buildjet/cache@v3
47
with:
48
path: |
49
- ${{ env.GOCACHE }}}
+ ${{ env.GOCACHE }}
50
# Job name must be included in the key for effective
51
# test cache reuse.
52
key: gocache-${{ runner.os }}-${{ github.job }}-${{ hashFiles('**/*.go', 'go.**') }}
.golangci.yaml
@@ -204,7 +204,7 @@ run:
204
- node_modules
205
skip-files:
206
- scripts/rules.go
207
- timeout: 5m
+ timeout: 10m
208
209
# Over time, add more and more linters from
210
# https://golangci-lint.run/usage/linters/ as the code improves.
0 commit comments