We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06210c commit 7415f71Copy full SHA for 7415f71
.github/workflows/test.yml
@@ -55,6 +55,7 @@ jobs:
55
uses: golangci/golangci-lint-action@v2
56
with:
57
version: v1.45.2
58
+ args: --timeout=5m
59
60
- name: Run tests
61
run: go test ./...
go.mod
@@ -5,6 +5,7 @@ go 1.17
5
require (
6
github.com/bradleyjkemp/cupaloy/v2 v2.6.0
7
github.com/spf13/afero v1.6.0
8
+ golang.org/x/text v0.3.7
9
golang.org/x/tools v0.1.8
10
)
11
@@ -13,6 +14,5 @@ require (
13
14
github.com/pmezard/go-difflib v1.0.0 // indirect
15
golang.org/x/mod v0.5.1 // indirect
16
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
- golang.org/x/text v0.3.7 // indirect
17
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
18
0 commit comments