Skip to content

Commit 0453d7e

Browse files
committed
fixup! Reduce thrashing
1 parent 9676000 commit 0453d7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-go/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
uses: buildjet/cache@v3
4747
with:
4848
path: |
49-
${{ env.GOCACHE }}}
49+
${{ env.GOCACHE }}
5050
# Job name must be included in the key for effective
5151
# test cache reuse.
5252
key: gocache-${{ runner.os }}-${{ github.job }}-${{ hashFiles('**/*.go', 'go.**') }}

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ run:
204204
- node_modules
205205
skip-files:
206206
- scripts/rules.go
207-
timeout: 5m
207+
timeout: 10m
208208

209209
# Over time, add more and more linters from
210210
# https://golangci-lint.run/usage/linters/ as the code improves.

0 commit comments

Comments
 (0)