Commit 2ee3af9 1 parent eb1315b commit 2ee3af9 Copy full SHA for 2ee3af9
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
34
34
with :
35
35
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
36
36
# version: v1.29
37
- version : v1.55
37
+ version : v1.63
38
38
39
39
# Optional: working directory, useful for monorepos
40
40
# working-directory: somedir
41
41
42
42
# Optional: golangci-lint command line arguments.
43
43
# ignore the lib.go file as it only contains cgo annotations
44
- args : --skip -files internal/native/lib.go --timeout 2m
44
+ args : --exclude -files internal/native/lib.go --timeout 2m
45
45
46
46
# Optional: show only new issues if it's a pull request. The default value is `false`.
47
47
# only-new-issues: true
Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ type configuration struct{}
464
464
func getConfigPath () string {
465
465
user , err := user .Current ()
466
466
if err != nil {
467
- log .Fatalf (err . Error () )
467
+ log .Fatalf ("%v" , err )
468
468
}
469
469
470
470
return path .Join (user .HomeDir , ".pact" , "pact-go.yml" )
You can’t perform that action at this time.
0 commit comments